Class MenuDisplayItemModel
Defines a colorable, selectable menu item
public class MenuDisplayItemModel : ColorDisplayItemModel, ISortable, ITemporal, IColorable, IGroupable, ISelectable
- Inheritance
-
MenuDisplayItemModel
- Implements
- Inherited Members
- Extension Methods
Properties
ChildItems
Gets or sets the child items.
public MenuDisplayItemModel[] ChildItems { get; set; }
Property Value
GroupDisplayText
Display text of the Group.
public string? GroupDisplayText { get; set; }
Property Value
GroupId
Identifier of the Group.
public string? GroupId { get; set; }
Property Value
IsCollapsed
Returns true
when group is visually collapsed.
public bool IsCollapsed { get; set; }
Property Value
IsDefaultSelection
Gets or sets whether this is default selection.
public bool? IsDefaultSelection { get; set; }
Property Value
- bool?
IsEnabled
Gets or sets whether this is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
IsSelected
Gets or sets whether this is selected.
public bool? IsSelected { get; set; }
Property Value
- bool?