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

ParameterCollection Class

A collection of a document’s parameters.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public class ParameterCollection :
    BindingList<Parameter>,
    IList<IParameter>,
    ICollection<IParameter>,
    IEnumerable<IParameter>,
    IEnumerable,
    IList<IFilterParameter>,
    ICollection<IFilterParameter>,
    IEnumerable<IFilterParameter>

The following members return ParameterCollection objects:

Remarks

An individual item in the collection is represented by a Parameter object.

Inheritance

See Also