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.v18.1.Win.dll

Declaration

[ToolboxTabName("DX.18.1: Data & Analytics")]
[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.DashboardDesigner.bmp")]
public class DashboardDesigner :
    DashboardUserCommandControl,
    IUnderlyingControlProvider,
    IOfficeCoreReference,
    IXtraChartsWizardReference,
    IClientSideApi,
    IDXMenuManagerProvider

The following members accept/return DashboardDesigner objects:

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DashboardDesigner 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.

Inheritance

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