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.v25.1.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 |
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