SetInitialDashboardStateEventArgs.DashboardXml Property
Get the XML document containing the definition of the loaded dashboard.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Property Value
Type | Description |
---|---|
XDocument | A XDocument object containing the definition of the loaded dashboard. |
See Also