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

    Namespace: DevExpress.XtraReports.Parameters.ViewModels

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

    Declaration

    public IEnumerable<ItemViewModel> ItemViewModels { get; }

    Property Value

    Type
    IEnumerable<DevExpress.XtraReports.Parameters.ViewModels.ItemViewModel>
    See Also