Dashboard.UserData Property
Gets or sets custom data to be saved to the dashboard XML definition.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
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