IRibbonTabParameters.ActiveTabIndex Property
Specifies the index of the active Ribbon tab.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(0)]
int ActiveTabIndex { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Int32 | 0 | A zero-based index of the Ribbon tab. |
Remarks
Refer to the Text property description for more information and examples.
See Also