Skip to main content
All docs
V26.1
  • ParameterPanelViewModelBase<T>.ParameterItemViewModels Property

    Namespace: DevExpress.XtraReports.Parameters.ViewModels

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

    Declaration

    public ReadOnlyCollection<T> ParameterItemViewModels { get; protected set; }

    Property Value

    Type
    ReadOnlyCollection<T>
    See Also