ValidateParameterEventArgs.ParameterModels Property
Gets the collection of report parameter models.
Namespace: DevExpress.XtraReports.Parameters.ViewModels
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<ParameterItemViewModel> | A collection of ParameterItemViewModel objects. |
See Also