IRibbonTabParameters.ActiveTabIndexChanged Property
Returns the processed Ribbon tab’s ActiveTabIndexChanged event handler.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
EventCallback<int> ActiveTabIndexChanged { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| EventCallback<Int32> | null | An event handler delegate. |
Remarks
Refer to the ActiveTabIndexChanged event description for more information and examples.
See Also