Skip to main content
A newer version of this page is available. .

DashboardLoadingEventArgs.DashboardId Property

Gets the identifier of the required dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.dll

Declaration

public string DashboardId { get; }

Property Value

Type Description
String

A String that identifies a dashboard that should be provided via the DashboardLoadingEventArgs.DashboardXml property.

Remarks

The DashboardId property contains the identifier assigned to the ASPxDashboard.InitialDashboardId property. Use this identifier to determine which dashboard to pass to the DashboardLoadingEventArgs.DashboardXml property.

See Also