DashboardControlBase.ShowTitle Property
In This Article
OBSOLETE
The Show
This property is obsolete. Use the DashboardTitle.Visible property instead.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v24.2.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
[Browsable(false)]
[Obsolete("The ShowTitle property is obsolete. Use the Dashboard.Title.Visible property instead.")]
public bool ShowTitle { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | True to show the dashboard title; otherwise, false. |
See Also