CustomProperties.Item[String] Property
Gets a custom property with the specified name from the CustomProperties collection.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A custom property name. |
Property Value
| Type | Description |
|---|---|
| String | A custom property value. |
See Also