Back to Devexpress

DashboardTitle.Visible Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardtitle.md

latest1.1 KB
Original Source

DashboardTitle.Visible Property

Gets or sets whether the dashboard title is visible.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if the dashboard title is visible; otherwise, false.

|

See Also

DashboardTitle Class

DashboardTitle Members

DevExpress.DashboardCommon Namespace