Skip to main content

DashboardControlBase.ShowTitleProperty Field

OBSOLETE

The ShowTitle property is obsolete. Use the Dashboard.Title.Visible property instead.

Identifies the ShowTitle dependency property.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v23.2.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

[Obsolete("The ShowTitle property is obsolete. Use the Dashboard.Title.Visible property instead.")]
public static readonly DependencyProperty ShowTitleProperty

Field Value

Type Description
DependencyProperty

A dependency property.

See Also