Skip to main content
.NET 6.0+

IDashboardData.Content Property

Specifies the dashboard configuration defined in the Dashboard Designer.

Namespace: DevExpress.Persistent.Base

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

Declaration

string Content { get; set; }

Property Value

Type Description
String

An XML-formatted string which specifies the dashboard configuration.

See Also