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

CustomProperties Class

A collection of custom properties.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public class CustomProperties

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.

Inheritance

Object
CustomProperties
See Also