Dashboard.UserData Property
Gets or sets custom data to be saved to the dashboard XML definition.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the UserData property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.