Skip to main content

DashboardParameterCollection Class

A collection of DashboardParameter objects.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DashboardParameterCollection :
    NamedItemCollection<DashboardParameter>

Remarks

A dashboard exposes the Dashboard.Parameters property that provides access to the collection of dashboard parameters.

See Also