Skip to main content

DashboardControl.Dashboard Property

Gets or sets the opened dashboard.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

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:

Implements

See Also