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

Declaration

[Obsolete("The ShowTitle property is obsolete. Use the Dashboard.Title.Visible property instead.")]
[Browsable(false)]
public bool ShowTitle { get; set; }

Property Value

Type Description
Boolean

True to show the dashboard title; otherwise, false.

See Also