Skip to main content
All docs
V23.1

CustomProperties.AvailablePropertiesNames Property

Returns an array of available custom property names.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

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

Property Value

Type Description
String[]

An array of available custom property names.

See Also