TabCloseEventArgs.TabIndex Property
Gets the tab’s index.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public int TabIndex { get; }
Property Value
Type | Description |
---|---|
Int32 | A zero-based tab index. |
Remarks
Use the TabIndex
property to access the processed tab’s index from the TabClosing event handler.
See Also