RibbonControl.SelectedTab Property
In This Article
Gets or sets which of the RibbonControl tabs is currently selected. 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 |
---|---|
Ribbon |
A Ribbon |
#Remarks
Use the SelectedTab property to obtain the currently selected ribbon tab.
To specify the selected tab programmatically, set the SelectedTab property to one of the RibbonControl.Tabs collection items.
See Also