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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameters | IList<ParameterModel> | A collection of ParameterModel objects. |
See Also