Skip to main content
All docs
V26.1
  • CustomProperties.AvailablePropertiesNames Property

    Returns an array of available custom property names.

    Namespace: DevExpress.DashboardCommon

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

    Declaration

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

    Property Value

    Type Description
    String[]

    An array of available custom property names.

    See Also