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

DashboardControl.Dashboard Property

Gets or sets the opened dashboard.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v19.1.Wpf.dll

Declaration

public Dashboard Dashboard { get; set; }

Property Value

Type Description
Dashboard

A Dashboard object that is the opened dashboard.

Remarks

You can open a dashboard in one of the following ways:

See Also