Skip to main content
All docs
V24.2

ValidateParameterEventArgs.ParameterModels Property

Gets the collection of report parameter models.

Namespace: DevExpress.XtraReports.Parameters.ViewModels

Assembly: DevExpress.Printing.v24.2.Core.dll

Declaration

public IEnumerable<ParameterItemViewModel> ParameterModels { get; }

Property Value

Type Description
IEnumerable<ParameterItemViewModel>

A collection of ParameterItemViewModel objects.

See Also