Back to Devexpress

DxMenuItem Properties

blazor-devexpress-dot-blazor-dot-dxmenuitem-dot-underscore-properties.md

latest3.5 KB
Original Source

DxMenuItem Properties

Defines an item of the DxMenu component.

NameDescription
AdaptivePrioritySpecifies the order in which the Menu component hides text of root items when the browser window is resized.
AttributesSpecifies a collection of standard HTML attributes applied to the menu item.
BeginGroupSpecifies whether an item separator is displayed before the menu item.
CloseMenuOnClickSpecifies whether to close a sub-menu when you click the item.
CssClassAssigns a CSS class to the menu item.
EnabledSpecifies whether navigation component’s item is enabled. Inherited from DxNavigationItemBaseComponent<TModel>.
ExpandedSpecifies whether the item’s children are expanded.
IconCssClassSpecifies the name of the CSS class applied to the menu item’s icon.
IconUrlSpecifies a menu item icon’s URL.
ItemsProvides access to child items of the current menu item.
NameSpecifies the unique identifier of the current item.
NavigateUrlSpecifies the navigation location for the menu item.
PositionSpecifies the item’s position in the menu container.
StretchedSpecify whether to stretch a menu item so that it fills all available space in the menu container.
SubMenuCssClassAssigns a CSS class to the item’s drop-down menu.
SubMenuTemplateSpecifies the template that defines the layout and appearance of the menu item’s submenu.
SyncRootFor internal use only. Inherited from DxModelComponent.
TargetSpecifies the target attribute’s value for the item.
TemplateSpecifies the template used to display the menu item.
TextSpecifies the item’s text content.
TextTemplateSpecifies the template used to display the menu item’s text.
VisibleSpecifies whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>.

See Also

DxMenuItem Class

DxMenuItem Members

DevExpress.Blazor Namespace