Skip to main content

DashboardData.Content Property

Specifies the dashboard configuration defined in the Dashboard Designer.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v25.2.dll

NuGet Package: DevExpress.Persistent.BaseImpl.Xpo

Declaration

[Browsable(false)]
[Delayed(true)]
[Persistent("Content")]
[Size(-1)]
public string Content { get; set; }

Property Value

Type Description
String

An XML-formatted string which specifies the dashboard configuration.

Implements

See Also