Skip to main content
All docs
V24.1

ParameterPanelViewModelBase<T>.Parameters Property

Namespace: DevExpress.XtraReports.Parameters.ViewModels

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

NuGet Package: DevExpress.Printing.Core

Declaration

public ReadOnlyCollection<T> Parameters { get; }

Property Value

Type
ReadOnlyCollection<T>
See Also