Skip to main content
All docs
V25.1
  • CustomProperties.Remove(String) Method

    Removes a custom property with the specified name from the collection.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public void Remove(
        string propertyName
    )

    Parameters

    Name Type Description
    propertyName String

    The String that specifies the name of a custom property to remove from the collection.

    See Also