Skip to main content
A newer version of this page is available. .

LookUpValueCollection Class

A collection of LookUpValue objects.

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public class LookUpValueCollection :
    Collection<LookUpValue>

The following members return LookUpValueCollection objects:

Library Related API Members
Cross-Platform Class Library LookUpHelper.GetLookUpValues(LookUpSettings, DataContext, IParameterEditorValueProvider)
ParameterLookUpValues.LookUpValues
ReportParameter.LookUpValues
StaticListLookUpSettings.LookUpValues
WPF Controls ParameterModel.LookUpValues

Remarks

Use one of the following instead of LookUpValueCollection:

Inheritance

Object
Collection<LookUpValue>
LookUpValueCollection
See Also