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

ParametersModel.AssignParameters(IList<ParameterModel>) Method

Assigns the specified collection of parameter models to the current object.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

Declaration

public void AssignParameters(
    IList<ParameterModel> parameters
)

Parameters

Name Type Description
parameters IList<ParameterModel>

A collection of ParameterModel objects.

See Also