Skip to main content

SetInitialDashboardStateEventArgs.DashboardXml Property

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

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public XDocument DashboardXml { get; }

Property Value

Type Description
XDocument

A XDocument object containing the definition of the loaded dashboard.

See Also