Skip to main content

DashboardParameters Class

Represents a collection of DashboardParameterDescriptor objects.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public class DashboardParameters :
    ReadOnlyCollection<DashboardParameterDescriptor>

Remarks

The DashboardDesigner and DashboardViewer expose the DashboardDesigner.Parameters / DashboardViewer.Parameters properties that provide access to dashboard parameter settings and metadata.

Inheritance

See Also