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

Declaration

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

The following members accept/return ParameterCollection objects:

Remarks

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

Inheritance

See Also