DashboardDesignerShownEventArgs.DashboardDesigner Property
In This Article
Gets the DashboardDesigner object and allows you to customize it.
Namespace: DevExpress.ExpressApp.Dashboards.Win
Assembly: DevExpress.ExpressApp.Dashboards.Win.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Win
#Declaration
public DashboardDesigner DashboardDesigner { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also