|
 | ariaLabel |
Gets or sets an accessible name for this item.
|
 | control |
Gets the control element.
|
 | iconSize |
Gets or sets a value indicating an override size (width/height as they are square) for the item and indicator icon.
Inherited from dundas.controls.BasicMenuItem.
|
 | id |
Gets or sets the menu item ID.
|
 | isActive |
Gets or sets whether this menu item is in the 'active' state or not.
|
 | isIndicatorIconAlwaysShown |
Gets or sets whether the indicator icon is always shown or not. By default, it only shows when this menu item has children.
Inherited from dundas.controls.BasicMenuItem.
|
 | items |
Gets or sets the children items under this item, if any.
|
 | padding |
Gets or sets the padding of the control.
Inherited from dundas.controls.BasicMenuItem.
|
 | parentItem |
Gets the parent of this item, if this item is a child.
|
 | parentMenu |
Gets the parent menu control of this item, if it's in a menu control.
|
 | stateStyles |
Gets or sets the styles for each of the possible states of the item.
Inherited from dundas.controls.BasicMenuItem.
|
 | targetObjectId |
Gets or sets the ID of the object to navigate to, if any.
|
 | targetObjectType |
Gets or sets the type of the object to navigate to, if any.
|
 | text |
Gets or sets the menu item text.
|
 | tooltipText |
Gets or sets the menu item tooltip text.
|