Skip to main content

DashboardLoadingEventArgs.DashboardType Property

Gets or sets the type of the dashboard created at design time.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public Type DashboardType { get; set; }

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