Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, 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