Skip to main content

CustomProperties.AvailablePropertiesNames Property

Returns an array of available custom property names.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
public string[] AvailablePropertiesNames { get; }

Property Value

Type Description
String[]

An array of available custom property names.

See Also