Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

[Command(false)]
public void AssignParameters(
    IList<ParameterModel> parameters
)

Parameters

Name Type Description
parameters IList<ParameterModel>

A collection of ParameterModel objects.

See Also