Back to Devexpress

DashboardDesigner Class

dashboard-devexpress-dot-dashboardwin.md

latest4.0 KB
Original Source

DashboardDesigner Class

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.DashboardDesigner.bmp")]
public class DashboardDesigner :
    DashboardUserCommandControl,
    IUnderlyingControlProvider,
    IOfficeCoreReference,
    IXtraChartsWizardReference,
    IDashboardControl,
    IDXMenuManagerProvider,
    ISupportInitialize
vb
<ToolboxBitmap(GetType(ResFinder), "Bitmaps256.DashboardDesigner.bmp")>
Public Class DashboardDesigner
    Inherits DashboardUserCommandControl
    Implements IUnderlyingControlProvider,
               IOfficeCoreReference,
               IXtraChartsWizardReference,
               IDashboardControl,
               IDXMenuManagerProvider,
               ISupportInitialize

The following members 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.

Implements

IDashboardControl

Inheritance

Show 11 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl DevExpress.DashboardWin.Native.DashboardUserControl DevExpress.DashboardWin.Native.DashboardUserCommandControl DashboardDesigner

See Also

DashboardDesigner Members

Create a WinForms Dashboard Designer (.NET Framework)

DashboardViewer

DevExpress.DashboardWin Namespace