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

DashboardLoadingEventArgs.DashboardXml Property

Gets or sets the dashboard XML definition.

Namespace: DevExpress.DashboardWeb

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

Declaration

public string DashboardXml { get; set; }

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 ASPxDashboardViewer.

To determine which dashboard to provide, use the dashboard identifier returned by the DashboardLoadingEventArgs.DashboardId property.

See Also