Skip to main content

DashboardControl.Dashboard Property

Gets or sets the opened dashboard.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v25.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:

The following code snippets (auto-collected from DevExpress Examples) contain references to the Dashboard property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also