A newer version of this page is available.
Switch to the current version.
DashboardControl Class
A control used to embed dashboards created in the Dashboard Designer into a WPF application.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v18.2.Wpf.dll
Declaration
[DXToolboxBrowsable]
public class DashboardControl :
DashboardControlBase,
IDataEventsProvider,
IFillDataSourceEventsProvider,
IDataSourceKeyEventsProvider,
IDataServiceConfigurator,
IServiceDataConnectionParametersProvider,
IServiceCustomParametersProvider,
IDataSessionConsumer,
IDataSourceLifeCycleConfigurator,
ICustomPaletteProvider,
ICustomizeItemDataCalculationService,
IExportDocumentCustomizationService,
IDashboardCustomizationService,
IDashboardCustomizationProvider
<DXToolboxBrowsable>
Public Class DashboardControl
Inherits DashboardControlBase
Implements IDataEventsProvider,
IFillDataSourceEventsProvider,
IDataSourceKeyEventsProvider,
IDataServiceConfigurator,
IServiceDataConnectionParametersProvider,
IServiceCustomParametersProvider,
IDataSessionConsumer,
IDataSourceLifeCycleConfigurator,
ICustomPaletteProvider,
ICustomizeItemDataCalculationService,
IExportDocumentCustomizationService,
IDashboardCustomizationService,
IDashboardCustomizationProvider
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.
Inheritance
See Also
Feedback