ControlPaneShowMode Enum
Lists values that specify whether the control pane content is displayed inline or in a flyout.
Namespace: DevExpress.UI.Xaml.Ribbon
Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
Inline
|
The control pane content is displayed inline. |
Flyout
|
The control pane content is displayed in a flyout. |
Related API Members
The following properties accept/return ControlPaneShowMode values:
Remarks
The values listed by this enumeration are used to set the BackstageTabItem.ControlPaneShowMode property’s value.
See Also