Skip to main content

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ParameterPanelViewModel ParametersModel { get; set; }

Property Value

Type
ParameterPanelViewModel
See Also