Skip to main content
A newer version of this page is available.
All docs
V19.2

ParameterValueProvider(IEnumerable<ParameterModel>) Constructor

Initializes a new instance of the ParameterValueProvider class with the specified parameter models.

Namespace: DevExpress.Xpf.Printing.Parameters

Assembly: DevExpress.Xpf.Printing.v19.2.dll

Declaration

public ParameterValueProvider(
    IEnumerable<ParameterModel> parameterModels
)

Parameters

Name Type Description
parameterModels IEnumerable<ParameterModel>

A collection of ParameterModel values.

See Also