Skip to main content
A newer version of this page is available. .

Dashboard.UserData Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[Browsable(false)]
public XElement UserData { get; set; }

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.

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.

See Also