Skip to main content

CustomProperties.Item[String] Property

Gets a custom property with the specified name from the CustomProperties collection.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public string this[string name] { get; }

Parameters

Name Type Description
name String

A custom property name.

Property Value

Type Description
String

A custom property value.

See Also