WindowsFormsSettings.PopupMenuStyle Property
Gets or sets whether the DevExpess controls’ built-in context menus are displayed in the classic rectangular or radial style. This is a static property.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Popup |
#Remarks
The static PopupMenuStyle property allows you to specify the default style in which the DevExpess controls’ built-in context menus are displayed. The PopupMenuStyle enumeration provides the following values:
Value | Description |
---|---|
Default and Classic | Popup menus are displayed in the traditional rectangular style. The following image shows the Rich |
Radial | Popup menus are displayed as radial menus (see Radial |
Items in radial menus are regrouped and disabled items are automatically hidden to decrease the number of items in menus that are too large. You can also manage item display in radial menus with the DXMenuItem.Priority setting.