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
Parameters
| Type | Description |
|---|---|
| List<TabModel> | A collection of tabs. |
See Also