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

ASPxDashboardViewer.DashboardXmlFile Property

OBSOLETE

Use DashboardSource property instead.

Gets or sets the path to an XML file that contains a dashboard.

Namespace: DevExpress.DashboardWeb

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

Declaration

[Browsable(false)]
[Obsolete("Use DashboardSource property instead.", false)]
public string DashboardXmlFile { get; set; }

Property Value

Type Description
String

A String that specifies the path to an XML file that contains the dashboard.

Remarks

To open a dashboard and display it in the ASPxDashboardViewer, assign the path to a dashboard file to the DashboardXmlFile property.

See Also