Back to Devexpress

DashboardDesignerShownEventArgs.DashboardDesigner Property

expressappframework-devexpress-dot-expressapp-dot-dashboards-dot-win-dot-dashboarddesignershowneventargs.md

latest1.6 KB
Original Source

DashboardDesignerShownEventArgs.DashboardDesigner Property

Gets the DashboardDesigner object and allows you to customize it.

Namespace : DevExpress.ExpressApp.Dashboards.Win

Assembly : DevExpress.ExpressApp.Dashboards.Win.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Dashboards.Win

Declaration

csharp
public DashboardDesigner DashboardDesigner { get; }
vb
Public ReadOnly Property DashboardDesigner As DashboardDesigner

Property Value

TypeDescription
DashboardDesigner

A DashboardDesigner object that is the Dashboard Designer created by the DashboardDesignerManager.

|

See Also

DashboardDesignerShownEventArgs Class

DashboardDesignerShownEventArgs Members

DevExpress.ExpressApp.Dashboards.Win Namespace