Back to Devexpress

DXMenuItem Properties

windowsforms-devexpress-dot-utils-dot-menu-dot-dxmenuitem-dot-underscore-properties.md

latest5.9 KB
Original Source

DXMenuItem Properties

A regular menu item.

NameDescription
AllowGlyphSkinningGets or sets whether the current DXMenuItem icon should be painted in the DXMenuItem‘s foreground color.
AllowHtmlTextGets or sets whether HTML tags are used to format the menu item’s caption.
AppearanceProvides access to the appearance settings used to paint the DXMenuItem in the normal state.
AppearanceDisabledProvides access to the appearance settings used to paint the DXMenuItem in the disbled state.
AppearanceHoveredProvides access to the appearance settings used to paint the DXMenuItem in the hovered state.
BeginGroupGets or sets whether the current menu item starts a group.
CaptionSpecifies the text displayed within the menu item.
CloseMenuOnClickThis member supports the internal infrastructure and is not intended to be used directly from your code.
CloseOwnerMenuOnlyOnClickThis member supports the internal infrastructure and is not intended to be used directly from your code.
CollectionGets the menu item collection which owns the current menu item.
CommandGets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked.
CommandParameterGets or sets the parameter that is passed to the command specified by the Command property.
EnabledGets or sets whether the menu item is enabled.
HasImageReturns whether or not this DXMenuItem has an image assigned.
ImageThis property is obsolete. Use the DXMenuItem.ImageOptions.Image property to display an image in the menu item.
ImageDisabledThis property is obsolete. Use the DXMenuItem.ImageOptions.ImageDisabled property to specify an image representing the menu item in the disabled state.
ImageOptionsProvides access to settings that allow you to set up raster and vector icons for this DXMenuItem.
IsRightToLeftGets or sets whether the menu item is aligned to support locales using right-to-left fonts.
LargeImageGets or sets a large image for the current menu item. This property is obsolete. Use the DXMenuItem.ImageOptions.LargeImage property instead.
LargeImageDisabledGets or sets a large image displayed in the current menu item when it is in the disabled state. This property is obsolete. Use the DXMenuItem.ImageOptions.LargeImageDisabled property instead.
OwnerGets or sets the object that owns this DXMenuItem.
PriorityGets or sets the display priority for the current item in a RadialMenu.
ShortcutGets or sets a shortcut displayed within the menu item
ShowHotKeyPrefixObsolete. 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.
SuperTipGets or sets a super tip for this DXMenuItem.
SvgImageGets or sets the vector image. This property is obsolete. Use the DXMenuItem.ImageOptions.SvgImage property instead.
TagGets or sets the data associated with the menu item.
VisibleGets or sets whether the menu item is visible.

See Also

DXMenuItem Class

DXMenuItem Members

DevExpress.Utils.Menu Namespace