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

SetInitialDashboardStateEventArgs.DashboardXml Property

Get the XML document containing the definition of the loaded dashboard.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.dll

Declaration

public XDocument DashboardXml { get; }

Property Value

Type Description
XDocument

A XDocument object containing the definition of the loaded dashboard.

See Also