BackstageTabItem.FlyoutCaption Property
Gets or sets the control pane flyout’s caption. 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 |
---|---|
String | A string value that represents the control pane flyout’s caption. |
Remarks
The FlyoutCaption property is in effect when the item’s BackstageTabItem.ControlPaneShowMode property is set to ControlPaneShowMode.Flyout.
See Also