DashboardLoadingEventArgs.DashboardType Property
Gets or sets the type of the dashboard created at design time.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
Declaration
Property Value
Type | Description |
---|---|
Type | A Type that specifies a type of the dashboard created at design time. |
Remarks
Assign the type of the dashboard created at design time to the DashboardType property to load it to the ASPxDashboard.
To determine which dashboard to provide, use the dashboard identifier returned by the DashboardLoadingEventArgs.DashboardId property.
See Also