Skip to main content
All docs
V25.1
  • ICustomPropertyProvider.CustomProperties Property

    Gets a collection of custom properties.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    CustomProperties CustomProperties { get; }

    Property Value

    Type Description
    CustomProperties

    A CustomProperties object that is a collection of custom properties.

    See Also