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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public void AssignParameters(
    IList<ParameterModel> parameters
)

Parameters

Name Type Description
parameters IList<ParameterModel>

A collection of ParameterModel objects.

See Also