Skip to main content
All docs
V24.2

ParameterPanelViewModelBase<T>.ParameterItemViewModels Property

Namespace: DevExpress.XtraReports.Parameters.ViewModels

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

Declaration

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

Property Value

Type
ReadOnlyCollection<T>
See Also