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

ParameterModel.CreateParameterModel(Parameter, LookUpValueCollection) Method

Generates a new ParameterModel for the specified parameter.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

Declaration

public static ParameterModel CreateParameterModel(
    Parameter parameter,
    LookUpValueCollection lookUpValues
)

Parameters

Name Type Description
parameter Parameter

A Parameter for which to generate a model.

lookUpValues LookUpValueCollection

A collection of a parameter’s lookup values.

Returns

Type Description
ParameterModel

A ParameterModel value.

See Also