Skip to main content
A newer version of this page is available. .

CustomProperties.AvailablePropertiesNames Property

Returns an array of available custom property names.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

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

Property Value

Type Description
String[]

An array of available custom property names.

See Also