Skip to main content

IDashboardData.Content Property

Specifies the dashboard configuration defined in the Dashboard Designer.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v25.2.dll

NuGet Package: DevExpress.Persistent.Base

Declaration

string Content { get; set; }

Property Value

Type Description
String

An XML-formatted string which specifies the dashboard configuration.

See Also