Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IContextMenuItemInfo Properties

Provides information about a Context Menu item.
Name Description
BeginGroup Returns a Boolean value that specifies whether an item is the start of a new item group.
Children Returns a menu item’s children.
DataItem Returns a data item that is bound to a menu item.
Enabled Returns a Boolean value that specifies whether a menu item is enabled.
HasChildren Returns a Boolean value that specifies whether a menu item has child items.
IconCssClass Returns a menu item icon’s CSS class.
IconUrl Returns a menu item icon’s URL.
Level Returns the nesting level of the current menu item.
Name Returns a menu item’s name.
Parent Returns information about a Context Menu item’s parent item.
Text Returns a menu item’s text.
Visible Returns a Boolean value that specifies whether a menu item is visible.
See Also