Back to Devexpress

DXPopupMenu Properties

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

latest11.1 KB
Original Source

DXPopupMenu Properties

A base class for popup menus in DevExpress .NET controls.

NameDescription
AlignmentGets or sets the menu’s alignment relative to the mouse cursor.
AllowGlyphSkinningGets or sets whether the current DXMenuItem icon should be painted in the DXMenuItem‘s foreground color. Inherited from DXMenuItem.
AllowHtmlTextGets or sets whether HTML tags are used to format the menu item’s caption. Inherited from DXMenuItem.
AllowToolbarTransparencyThis member supports the internal infrastructure, and is not intended to be used directly from your code.
AppearanceProvides access to the appearance settings used to paint the DXMenuItem in the normal state. Inherited from DXMenuItem.
AppearanceDisabledProvides access to the appearance settings used to paint the DXMenuItem in the disbled state. Inherited from DXMenuItem.
AppearanceHoveredProvides access to the appearance settings used to paint the DXMenuItem in the hovered state. Inherited from DXMenuItem.
BeginGroupGets or sets whether the current menu item starts a group. Inherited from DXMenuItem.
CaptionSpecifies the text displayed within the menu item. Inherited from DXMenuItem.
CloseMenuOnClickThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DXMenuItem.
CloseOwnerMenuOnlyOnClickThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from DXMenuItem.
CollectionGets the menu item collection which owns the current menu item. Inherited from DXMenuItem.
CommandGets or sets the ICommand whose Execute(Object) method will be called when the Click event is invoked. Inherited from DXMenuItem.
CommandParameterGets or sets the parameter that is passed to the command specified by the Command property. Inherited from DXMenuItem.
ContextOwnerControlFor internal use.
DeviceDpiThis member supports the internal infrastructure and is not intended to be used directly from code.
EnabledGets or sets whether the menu item is enabled. Inherited from DXMenuItem.
HasImageReturns whether or not this DXMenuItem has an image assigned. Inherited from DXMenuItem.
ImageThis property is obsolete. Use the DXMenuItem.ImageOptions.Image property to display an image in the menu item. Inherited from DXMenuItem.
ImageDisabledThis property is obsolete. Use the DXMenuItem.ImageOptions.ImageDisabled property to specify an image representing the menu item in the disabled state. Inherited from DXMenuItem.
ImageOptionsProvides access to settings that allow you to set up raster and vector icons for this DXMenuItem. Inherited from DXMenuItem.
IsDesignTimeMenuThis member supports the internal infrastructure, and is not intended to be used directly from your code.
IsRightToLeftGets or sets whether the menu is aligned to support locales using right-to-left fonts.
ItemsGets a collection of items displayed when the current submenu is expanded. Inherited from DXSubMenuItem.
LargeImageGets or sets a large image for the current menu item. This property is obsolete. Use the DXMenuItem.ImageOptions.LargeImage property instead. Inherited from DXMenuItem.
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. Inherited from DXMenuItem.
MenuViewTypeGets or sets how the current menu is displayed (as a menu, floating bar or RibbonMiniToolbar).
MultiColumnGets or sets whether items in this DXPopupMenu can be displayed in multiple columns.
OptionsMultiColumnProvides access to the set of properties that manage multi-column item layout in this DXPopupMenu.
OwnerGets or sets the object that owns this DXMenuItem. Inherited from DXMenuItem.
OwnerPopupGets or sets the object that created the current popup menu. For internal use.
PriorityGets or sets the display priority for the current item in a RadialMenu. Inherited from DXMenuItem.
ScaleDPIThis member supports the internal infrastructure and is not intended to be used directly from code.
ScaleFactorThis member supports the internal infrastructure and is not intended to be used directly from code.
ShortcutGets or sets a shortcut displayed within the menu item Inherited from DXMenuItem.
ShowCaptionGets or sets whether or not this DXPopupMenu should display its caption. This setting is in effect only when the menu is associated with the Bar Manager.
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. Inherited from DXMenuItem.
ShowItemToolTipsGets or sets whether this DXPopupMenu items should display their hints.
SuperTipGets or sets a super tip for this DXMenuItem. Inherited from DXMenuItem.
SvgImageGets or sets the vector image. This property is obsolete. Use the DXMenuItem.ImageOptions.SvgImage property instead. Inherited from DXMenuItem.
TagGets or sets the data associated with the menu item. Inherited from DXMenuItem.
ToolbarHideDistanceThis member supports the internal infrastructure, and is not intended to be used directly from your code.
ToolbarRowCountThis member supports the internal infrastructure, and is not intended to be used directly from your code.
VisibleGets or sets whether the menu item is visible. Inherited from DXMenuItem.

See Also

DXPopupMenu Class

DXPopupMenu Members

DevExpress.Utils.Menu Namespace