Back to Devexpress

IContextMenuItemInfo Members

blazor-devexpress-dot-blazor-dot-icontextmenuiteminfo-dot-underscore-members.md

latest1.8 KB
Original Source

IContextMenuItemInfo Members

Provides information about a Context Menu item.

Properties

NameDescription
BeginGroupReturns a Boolean value that specifies whether an item is the start of a new item group.
ChildrenReturns a menu item’s children.
DataItemReturns a data item that is bound to a menu item.
EnabledReturns a Boolean value that specifies whether a menu item is enabled.
HasChildrenReturns a Boolean value that specifies whether a menu item has child items.
IconCssClassReturns a menu item icon’s CSS class.
IconUrlReturns a menu item icon’s URL.
LevelReturns the nesting level of the current menu item.
NameReturns a menu item’s name.
ParentReturns information about a Context Menu item’s parent item.
TextReturns a menu item’s text.
VisibleReturns a Boolean value that specifies whether a menu item is visible.

See Also

IContextMenuItemInfo Interface

DevExpress.Blazor Namespace