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

DashboardDesigner Class

A Dashboard Designer control that constitutes a designer application for creating dashboards.

Namespace: DevExpress.DashboardWin

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

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

Declaration

[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.DashboardDesigner.bmp")]
public class DashboardDesigner :
    DashboardUserCommandControl,
    IUnderlyingControlProvider,
    IOfficeCoreReference,
    IXtraChartsWizardReference,
    IDashboardControl,
    IDXMenuManagerProvider,
    ISupportInitialize

Remarks

The DashboardDesigner control provides the capability to create a fully functional WinForms application for creating dashboards from scratch. The following documentation is available for the WinForms Designer.

Important

Note that the DashboardDesigner 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.

Implements

Inheritance

Show 11 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
UserControl
XtraUserControl
DevExpress.DashboardWin.Native.DashboardUserControl
DevExpress.DashboardWin.Native.DashboardUserCommandControl
DashboardDesigner
See Also