PopupMenuBase.ItemsDisplayMode Property
In This Article
Gets or sets the display mode of menu items. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#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.
See Also