Skip to main content
A newer version of this page is available. .

DXMenuItem Properties

Represents a regular menu item.
Name Description
AllowGlyphSkinning Gets or sets whether the current DXMenuItem icon should be painted in the DXMenuItem‘s foreground color.
Appearance Provides access to the appearance settings used to paint the DXMenuItem in the normal state.
AppearanceDisabled Provides access to the appearance settings used to paint the DXMenuItem in the disbled state.
AppearanceHovered Provides access to the appearance settings used to paint the DXMenuItem in the hovered state.
BeginGroup Gets or sets whether the current menu item starts a group.
Caption Specifies the text displayed within the menu item.
CloseMenuOnClick This member supports the internal infrastructure and is not intended to be used directly from your code.
CloseOwnerMenuOnlyOnClick This member supports the internal infrastructure and is not intended to be used directly from your code.
Collection Gets the menu item collection which owns the current menu item.
Enabled Gets or sets whether the menu item is enabled.
HasImage Returns whether or not this DXMenuItem has an image assigned.
Image Gets or sets an image displayed within the menu item,
ImageDisabled Gets or sets an image representing the menu item in the disabled state.
ImageOptions Provides access to settings that allow you to set up raster and vector icons for this DXMenuItem.
IsRightToLeft Gets or sets whether the menu item is aligned to support locales using right-to-left fonts.
LargeImage Gets or sets a large image for the current menu item.
LargeImageDisabled Gets or sets a large image displayed in the current menu item when it is in the disabled state.
Owner Gets or sets the object that owns this DXMenuItem.
Priority Gets or sets the display priority for the current item in a RadialMenu.
Shortcut Gets or sets a shortcut displayed within the menu item
ShowHotKeyPrefix Obsolete. Gets or sets whether the ampersand (‘&’) character, when it is found in the item’s DXMenuItem.Caption, acts as a shortcut prefix, or it is displayed as is.
SuperTip Gets or sets a super tip for this DXMenuItem.
SvgImage Gets or sets the vector image that is this DXMenuItem icon.
Tag Gets or sets the data associated with the menu item.
Visible Gets or sets whether the menu item is visible.
See Also