Skip to main content
All docs
V25.2
  • DxViewer.OnCustomizeTabs Event

    Allows you to modify the tab collection in the tab panel.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.Viewer.dll

    NuGet Package: DevExpress.Blazor.Viewer

    Declaration

    [Parameter]
    public EventCallback<List<TabModel>> OnCustomizeTabs { get; set; }

    Parameters

    Type Description
    List<TabModel>

    A collection of tabs.

    See Also