Back to Devexpress

DxViewer.OnCustomizeTabs Event

xtrareports-devexpress-dot-blazor-dot-dxviewer-b0f01444.md

latest1.3 KB
Original Source

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

csharp
[Parameter]
public EventCallback<List<TabModel>> OnCustomizeTabs { get; set; }
vb
<Parameter>
Public Property OnCustomizeTabs As EventCallback(Of List(Of TabModel))

Parameters

TypeDescription
List<TabModel>

A collection of tabs.

|

See Also

Customize the Report Viewer Tab Panel

DxViewer Class

DxViewer Members

DevExpress.Blazor Namespace