Skip to main content

ParameterModel.CreateParameterModel(Parameter, LookUpValueCollection) Method

Generates a new ParameterModel for the specified parameter.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public static ParameterModel CreateParameterModel(
    Parameter parameter,
    LookUpValueCollection lookUpValues = null
)

Parameters

Name Type Description
parameter Parameter

A Parameter for which to generate a model.

Optional Parameters

Name Type Default Description
lookUpValues LookUpValueCollection null

A collection of a parameter’s lookup values.

Returns

Type Description
ParameterModel

A ParameterModel value.

See Also