Skip to main content

SetInitialDashboardStateEventArgs.DashboardXml Property

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

Namespace: DevExpress.DashboardWeb

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

Declaration

public XDocument DashboardXml { get; }

Property Value

Type Description
XDocument

A XDocument object containing the definition of the loaded dashboard.

See Also