DashboardDesignerManager.ShowDesigner(IObjectSpace, Type, IDashboardData) Method
Shows a DashboardDesigner with the provided Dashboard.
Namespace: DevExpress.ExpressApp.Dashboards.Win
Assembly: DevExpress.ExpressApp.Dashboards.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectSpace | IObjectSpace | An IObjectSpace object specifying the current View’s Object Space. |
dashboardDataType | Type | A type implementing the IDashboardData interface. An implementation used by the Dashboards Module is specified in the DashboardsModule.DashboardDataType property. |
dashboardData | IDashboardData | An IDashboardData object. The IDashboardData.Content property should contain the current Dashboard. |
Remarks
Use the ShowDesigner method to show the DashboardDesigner that allows end-users to edit a Dashboard.
Use the DashboardDesignerManager.GetDashboardData method to get the IDashboardData after the Dashboard Designer is closed.