DashboardLoadingEventArgs.DashboardId Property
Gets the identifier of the required dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
Declaration
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