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

DashboardControlBase.TitleStyle Property

Allows you to customize the dashboard title appearance. This is a dependency property.

Namespace: DevExpress.DashboardWpf

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

Declaration

public Style TitleStyle { get; set; }

Property Value

Type Description
Style

A Style object that is the style used to visualize the dashboard title.

See Also