Skip to main content
All docs
V23.2

TabModel(ITabContentModel, String, String) Constructor

Initializes a new instance of the TabModel class with specified settings.

Namespace: DevExpress.Blazor.Reporting.Models

Assembly: DevExpress.Blazor.Reporting.v23.2.Viewer.dll

NuGet Package: DevExpress.Blazor.Reporting.Viewer

Declaration

public TabModel(
    ITabContentModel model,
    string id,
    string tooltip
)

Parameters

Name Type
model ITabContentModel
id String
tooltip String
See Also