RibbonControl.PopupShowMode Property
Gets or sets whether nested popup sub-menus are displayed in cascaded or inplace mode.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(PopupShowMode.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public PopupShowMode PopupShowMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Popup |
Default | A Popup |
Available values:
Name | Description |
---|---|
Default | Specifies the same mode as the Inplace option if popup menus are managed by the Ribbon |
Classic | Nested popup sub-menus are displayed in the traditional cascaded style. |
Inplace | Child sub-menus, when invoked, are displayed in place of their parent popup menus. |
#Remarks
The PopupShowMode property affects how popup sub-menus are displayed. The following modes are supported.
Value | Description |
---|---|
Default | Specifies the same mode as the Inplace option if the Ribbon |
Classic | Nested popup sub-menus are displayed in the traditional cascaded style. |
Inplace | Child sub-menus, when invoked, are displayed in place of their parent popup menus. |