Skip to main content
All docs
V25.1
  • CustomProperties.Item[String] Property

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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