DashboardLoadingEventArgs.DashboardId Property
In This Article
Gets the identifier of the required dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
#Property Value
Type | Description |
---|---|
String | A String that identifies a dashboard that should be provided via the Dashboard |
#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