Skip to main content
All docs
V26.1
  • ValidateParameterEventArgs.ParameterModels Property

    Gets the collection of report parameter models.

    Namespace: DevExpress.XtraReports.Parameters.ViewModels

    Assembly: DevExpress.Printing.v26.1.Core.dll

    Declaration

    public IEnumerable<ParameterItemViewModel> ParameterModels { get; }

    Property Value

    Type Description
    IEnumerable<ParameterItemViewModel>

    A collection of ParameterItemViewModel objects.

    See Also