Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IDashboardData.Content Property

Specifies the dashboard configuration defined in the Dashboard Designer.

Namespace: DevExpress.Persistent.Base

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

Declaration

string Content { get; set; }

Property Value

Type Description
String

An XML-formatted string which specifies the dashboard configuration.

See Also