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

DashboardControl Class

A control used to embed dashboards created in the Dashboard Designer into a WPF application.

Namespace: DevExpress.DashboardWpf

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

[DXToolboxBrowsable]
public class DashboardControl :
    DashboardControlBase,
    IDataEventsProvider,
    IFillDataSourceEventsProvider,
    IDataSourceKeyEventsProvider,
    IDataServiceConfigurator,
    IServiceDataConnectionParametersProvider,
    IServiceCustomParametersProvider,
    IDataSessionConsumer,
    IDataSourceLifeCycleConfigurator,
    ICustomPaletteProvider,
    ICustomizeItemDataCalculationService,
    IExportDocumentCustomizationService,
    IDashboardCustomizationService,
    IDashboardCustomizationProvider,
    IControlActionInvoker,
    IActualParametersProvider,
    IContentArrangerProvider,
    ISelectedTabPageProvider,
    IDashboardControlProvider,
    IErrorHandler

Remarks

The DashboardControl control allows you to embed a dashboard into a WPF application. To learn how to build a Dashboard Viewer application using the DashboardControl, see the following sections:

Important

Note that the DashboardControl control does not support .NET Framework 4.0 Client Profile. To learn how to target a version of the .NET Framework, see How to: Target a Version of the .NET Framework.

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

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.

See Also