PopupMenuBase.MenuDrawMode Property
Gets or sets the menu’s display mode.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(MenuDrawMode.Default)]
[DXCategory("Appearance")]
public virtual MenuDrawMode MenuDrawMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Menu |
Default | A Menu |
Available values:
Name | Description |
---|---|
Default | A menu is painted according to its type. For Application |
Small |
Allows menu item captions and small images to be displayed. |
Large |
Allows menu item captions and large images to be displayed. |
Large |
Allows menu item captions, descriptions and large images to be displayed. |
#Remarks
Use the MenuDrawMode property to specify how menu items are represented within the popup menu. You can specify whether large or small images need to be used and whether to display menu item descriptions along with captions.