Table of Contents

Class MenuDisplayItemModel

Namespace
Songhay.Models
Assembly
SonghayCore.dll

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

MenuDisplayItemModel[]

GroupDisplayText

Display text of the Group.

public string? GroupDisplayText { get; set; }

Property Value

string

GroupId

Identifier of the Group.

public string? GroupId { get; set; }

Property Value

string

IsCollapsed

Returns true when group is visually collapsed.

public bool IsCollapsed { get; set; }

Property Value

bool

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?