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

DocumentPreviewModelBase.ParametersModel Property

Provides access to a collection of ParameterModel objects associated with the DocumentPreviewModelBase class.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public abstract ParametersModel ParametersModel { get; }

Property Value

Type Description
ParametersModel

A ParametersModel object.

Implements

See Also