Back to Devexpress

IContextMenuItemInfo Properties

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

latest1.9 KB
Original Source

IContextMenuItemInfo Properties

Provides information about a Context Menu item.

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

IContextMenuItemInfo Members

DevExpress.Blazor Namespace