Skip to main content
All docs
V23.2

ParameterPanelViewModelBase<T>.ParameterItemViewModels Property

Namespace: DevExpress.XtraReports.Parameters.ViewModels

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type
ReadOnlyCollection<T>
See Also