DashboardControlBase.ShowTitle Property
OBSOLETE
The ShowTitle property is obsolete. Use the Dashboard.Title.Visible property instead.
This property is obsolete. Use the DashboardTitle.Visible property instead.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v24.1.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