Skip to main content

RibbonControl.SelectedTabIndex Property

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

[DP(0, Handler = "SelectedTabIndexChanged")]
public int SelectedTabIndex { get; set; }

Property Value

Type Description
Int32

The index of the displayed RibbonControl‘s tab.

See Also