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

    Gets the collection of report parameter models.

    Namespace: DevExpress.XtraReports.Parameters.ViewModels

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public IEnumerable<ParameterItemViewModel> ParameterModels { get; }

    Property Value

    Type Description
    IEnumerable<ParameterItemViewModel>

    A collection of ParameterItemViewModel objects.

    See Also