Back to Devexpress

TabCloseEventArgs.TabIndex Property

blazor-devexpress-dot-blazor-dot-tabcloseeventargs-1ea23844.md

latest871 B
Original Source

TabCloseEventArgs.TabIndex Property

Gets the tab’s index.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public int TabIndex { get; }

Property Value

TypeDescription
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

TabCloseEventArgs Class

TabCloseEventArgs Members

DevExpress.Blazor Namespace