DashboardLoadingEventArgs.DashboardXml Property
Gets or sets the dashboard XML definition.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
Declaration
Property Value
Type | Description |
---|---|
String | A String containing XML data that defines the dashboard. |
Remarks
Assign the dashboard XML definition to the DashboardXml 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