Skip to main content
All docs
V26.1
  • DxViewer.OnCustomizeTabs Event

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.Viewer.dll

    Declaration

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

    Parameters

    Type Description
    List<TabModel>

    A collection of tabs.

    See Also