RibbonControl.SelectedTabIndex Property
In This Article
Gets or sets the index of the displayed RibbonControl tab. The first RibbonControl tab’s index is 0
, the second tab’s index is 1
, and so on. This is a dependency property.
Namespace: DevExpress.WinUI.Ribbon
Assembly: DevExpress.WinUI.Ribbon.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | The index of the displayed Ribbon |
See Also