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

ParameterModel Class

OBSOLETE

The ParameterModel class is now obsolete. Use the DevExpress.XtraReports.Parameters.ViewModels.ParameterItemViewModel class instead. See the following article for more information: https://supportcenter.devexpress.com/ticket/details/t1036655

Provides functionality to access, edit and validate report parameters values in a Document Viewer.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

[Obsolete("The ParameterModel class is now obsolete. Use the DevExpress.XtraReports.Parameters.ViewModels.ParameterItemViewModel class instead. See the following article for more information: https://supportcenter.devexpress.com/ticket/details/t1036655")]
public class ParameterModel :
    ParameterItemViewModel

The following members return ParameterModel objects:

Inheritance

Object
DevExpress.XtraReports.Native.NotifyPropertyChangedImplementation
DevExpress.XtraReports.Parameters.ViewModels.ItemViewModel
DevExpress.XtraReports.Parameters.ViewModels.ItemViewModel<DevExpress.XtraReports.Parameters.ParameterLayoutItem>
DevExpress.XtraReports.Parameters.ViewModels.ParameterItemViewModel
ParameterModel
See Also