PopupMenuBase.ItemsDisplayMode Property
Gets or sets the display mode of menu items. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public PopupMenuItemsDisplayMode ItemsDisplayMode { get; set; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
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 ItemsDisplayMode property to specify how menu items are represented within a popup menu. You can specify whether large or small images need to be used, and whether to display menu item descriptions along with captions.