Skip to main content
All docs
V25.1
  • DxTabBase.VisibleIndexChanged Event

    Fires when the tab’s visible index changes.

    Namespace: DevExpress.Blazor.Base

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

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

    Parameters

    Type Description
    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