Back to Devexpress

Dashboard.UserData Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboard-ef24d9f4.md

latest1.5 KB
Original Source

Dashboard.UserData Property

Gets or sets custom data to be saved to the dashboard XML definition.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[Browsable(false)]
public XElement UserData { get; set; }
vb
<Browsable(False)>
Public Property UserData As XElement

Property Value

TypeDescription
XElement

A XElement object that specifies the XML element.

|

Remarks

The UserData mechanism is an obsolete approach. From v.20.1, use Custom Properties to save data to the dashboard XML definition. Instead of UserData, you can save custom data not only for a dashboard, but also for dashboard items and its data items.

See Also

Dashboard Class

Dashboard Members

DevExpress.DashboardCommon Namespace