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

IMenuItemInfo Members

Contains information about a menu item.

#Properties

Name Description
BeginGroup Specifies whether an item separator is displayed before the menu item.
Data Returns the data source object to which the item is bound.
Enabled Returns a Boolean value that specifies whether the processed item is enabled.
IconCssClass Returns the CSS class of the item’s icon.
IconUrl Returns the URL of the item’s icon.
Items Returns a menu item’s children.
Name Returns the processed item’s name.
NavigateUrl Returns the navigation location for the item.
Parent Returns information about the Menu item’s parent.
Position Specifies the item’s alignment.
Stretched Specifies whether to stretch a menu item so that it fills all available space in the menu container.
Target Returns the item’s Target property value.
Text Returns the processed item’s text.
Visible Returns a Boolean value that specifies whether the processed item is visible.
See Also