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.v19.1.dll

Declaration

public abstract ParametersModel ParametersModel { get; }

Property Value

Type Description
ParametersModel

A ParametersModel object.

Implements

See Also