dashboard-devexpress-dot-dashboardwin.md
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
[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.DashboardDesigner.bmp")]
public class DashboardDesigner :
DashboardUserCommandControl,
IUnderlyingControlProvider,
IOfficeCoreReference,
IXtraChartsWizardReference,
IDashboardControl,
IDXMenuManagerProvider,
ISupportInitialize
<ToolboxBitmap(GetType(ResFinder), "Bitmaps256.DashboardDesigner.bmp")>
Public Class DashboardDesigner
Inherits DashboardUserCommandControl
Implements IUnderlyingControlProvider,
IOfficeCoreReference,
IXtraChartsWizardReference,
IDashboardControl,
IDXMenuManagerProvider,
ISupportInitialize
The following members return DashboardDesigner objects:
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.
Show 11 items
Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl DevExpress.DashboardWin.Native.DashboardUserControl DevExpress.DashboardWin.Native.DashboardUserCommandControl DashboardDesigner
See Also