CustomProperties Class
In This Article
A collection of custom properties.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return CustomProperties objects:
#Remarks
The CustomProperties
object is a collection of keys and values, where a key is a custom property’s unique name. Note that the unique name should contain only letters, numbers, and the underscore symbol and cannot start with a number.
See Also