Back to Devexpress

DxTabBase.VisibleIndexChanged Event

blazor-devexpress-dot-blazor-dot-base-dot-dxtabbase-4d346deb.md

latest1.2 KB
Original Source

DxTabBase.VisibleIndexChanged Event

Fires when the tab’s visible index changes.

Namespace : DevExpress.Blazor.Base

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public EventCallback<int> VisibleIndexChanged { get; set; }

Parameters

TypeDescription
Int32

A new value of the VisibleIndex property.

|

Remarks

The VisibleIndex property allows you to define the tab display order. When the AllowTabReorder property is set to true, users can reorder tabs by dragging them to the desired position. Handle the VisibleIndexChanged event to respond to column position changes.

See Also

DxTabBase Class

DxTabBase Members

DevExpress.Blazor.Base Namespace