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

DocumentPreviewControl.ParametersModel Property

Provides access to a collection of ParameterModel objects associated with the DocumentPreviewControl class. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public ParametersModel ParametersModel { get; }

Property Value

Type Description
ParametersModel

A ParametersModel value.

Remarks

This property gets a collection of ParameterModel objects, which provides the functionality to access, edit and validate report parameters values in the DocumentPreviewControl.

See Also