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

ParametersPanel.ParametersModel Property

Specifies a collection of ParameterModel objects associated with the ParametersPanel class. This is a dependency property.

Namespace: DevExpress.Xpf.Printing.Parameters

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

Declaration

public ParametersModel ParametersModel { get; set; }

Property Value

Type Description
ParametersModel

A ParametersModel value.

See Also