Skip to main content

DashboardParameterCollection Class

A collection of DashboardParameter objects.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class DashboardParameterCollection :
    NamedItemCollection<DashboardParameter>

The following members return DashboardParameterCollection objects:

#Remarks

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

See Also