Back to Devexpress

TabModel.Visible Property

xtrareports-devexpress-dot-blazor-dot-reporting-dot-models-dot-tabmodel.md

latest1.1 KB
Original Source

TabModel.Visible Property

Specifies whether the tab is visible.

Namespace : DevExpress.Blazor.Reporting.Models

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

NuGet Package : DevExpress.Blazor.Viewer

Declaration

csharp
public bool Visible { get; set; }
vb
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true to display the tab; otherwise, false.

|

See Also

TabModel Class

TabModel Members

DevExpress.Blazor.Reporting.Models Namespace