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.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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