BackstageTabItem.ControlPaneShowMode Property
Gets or sets whether the control pane content is displayed inline or in a flyout. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Ribbon
Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| ControlPaneShowMode | A ControlPaneShowMode enumeration value. By default, Inline. |
Available values:
| Name | Description |
|---|---|
| Inline | The control pane content is displayed inline. |
| Flyout | The control pane content is displayed in a flyout. |
Remarks
Use the BackstageTabItem.ControlPane property to specify the content displayed by the control pane.
See Also