DocumentPreviewControl.ParametersModel Property
In This Article
OBSOLETE
The Document
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. |
A |
#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