DxMenuItem Properties
Defines an item of the DxMenu component.
Name | Description |
---|---|
Adaptive |
Specifies the order in which the Menu component hides text of root items when the browser window is resized. |
Attributes | Specifies a collection of standard HTML attributes applied to the menu item. |
Begin |
Specifies whether an item separator is displayed before the menu item. |
Close |
Specifies whether to close a sub-menu when you click the item. |
Css |
Assigns a CSS class to the menu item. |
Enabled |
Specifies whether navigation component’s item is enabled.
Inherited from Dx |
Expanded | Specifies whether the item’s children are expanded. |
Icon |
Specifies the name of the CSS class applied to the menu item’s icon. |
Icon |
Specifies a menu item icon’s URL. |
Items | Provides access to child items of the current menu item. |
Name | Specifies the unique identifier of the current item. |
Navigate |
Specifies the navigation location for the menu item. |
Position | Specifies the item’s position in the menu container. |
Stretched | Specify whether to stretch a menu item so that it fills all available space in the menu container. |
Sub |
Assigns a CSS class to the item’s drop-down menu. |
Sub |
Specifies the template that defines the layout and appearance of the menu item’s submenu. |
Sync |
For internal use only.
Inherited from Dx |
Target | Specifies the target attribute’s value for the item. |
Template | Specifies the template used to display the menu item. |
Text | Specifies the item’s text content. |
Text |
Specifies the template used to display the menu item’s text. |
Visible |
Specifies whether the navigation component is visible.
Inherited from Dx |
See Also