Skip to main content
A newer version of this page is available. .

DashboardParameterCollection Class

A collection of DashboardParameter objects.

Namespace: DevExpress.DashboardCommon

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

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