Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DocumentPreviewControl.ParametersModel Property

OBSOLETE

The DocumentPreviewControl.ParametersModel property is now obsolete. Use the ParameterPanelViewModel property instead.

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

NuGet Package: DevExpress.Wpf.Printing

#Declaration

[Obsolete("The DocumentPreviewControl.ParametersModel property is now obsolete. Use the DocumentPreviewControl.ParameterPanelViewModel property instead.")]
public ParametersModel ParametersModel { get; }

#Property Value

Type Description
DevExpress.Xpf.Printing.Parameters.Models.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