Back to Devexpress

CustomProperties Class

dashboard-devexpress-dot-dashboardcommon-843b262e.md

latest1.8 KB
Original Source

CustomProperties Class

A collection of custom properties.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CustomProperties
vb
Public Class CustomProperties

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.

Inheritance

Object CustomProperties

See Also

CustomProperties Members

Create Custom Properties

Display Custom Properties

DevExpress.DashboardCommon Namespace