Skip to main content
All docs
V25.1
  • ParameterPanelViewModelBase<T>.Parameters Property

    Namespace: DevExpress.XtraReports.Parameters.ViewModels

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public ReadOnlyCollection<T> Parameters { get; }

    Property Value

    Type
    ReadOnlyCollection<T>
    See Also