Skip to main content
A newer version of this page is available. .

DxMenuItem Properties

Defines an item of the DxMenu component.
Name Description
AdaptivePriority Specifies the order in which items are hidden when the browser window is resized.
CloseMenuOnClick Specifies whether to close a sub-menu when you click the item.
CssClass Specifies the name of the CSS class applied to the menu item.
Enabled Specifies whether the menu item is enabled.
IconCssClass Specifies the name of the CSS class applied to the menu item’s icon.
IconUrl 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.
NavigateUrl Specifies the navigation location for the menu item.
SubMenuTemplate Specifies the template that defines the layout and appearance of the menu item’s submenu.
Template Specifies the template used to display the menu item.
Text Specifies the item’s text content.
TextTemplate Specifies the template used to display the menu item’s text.
Visible Specifies whether the menu item is visible.
See Also