Back to Devexpress

DxContextMenuItem Properties

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

latest2.5 KB
Original Source

DxContextMenuItem Properties

Defines an item in the Context Menu component.

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the context menu item.
BeginGroupSpecifies whether an item is the start of a new item group.
CssClassAssigns a CSS class to a context menu item.
EnabledSpecifies whether navigation component’s item is enabled. Inherited from DxNavigationItemBaseComponent<TModel>.
IconCssClassSpecifies a menu item icon’s CSS class.
IconUrlSpecifies a menu item icon’s URL.
ItemsProvides access to the collection of the current item’s child items.
NameSpecifies the unique identifier name for the current item.
SubMenuCssClassAssigns a CSS class to the Context Menu item’s drop-down menu.
SubMenuTemplateSpecifies the template for the context menu item’s submenu.
SyncRootFor internal use only. Inherited from DxModelComponent.
TemplateSpecifies the context menu item’s template.
TextSpecifies the item text content.
TextTemplateSpecifies the text template for the context menu item.
VisibleSpecifies whether the navigation component is visible. Inherited from DxNavigationItemBaseComponent<TModel>.

See Also

DxContextMenuItem Class

DxContextMenuItem Members

DevExpress.Blazor Namespace