Skip to main content

SaveDashboardEventArgs.DashboardXml Property

Gets the dashboard XML definition.

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 that is the dashboard XML definition.

See Also