corelibraries-devexpress-dot-xtrareports-dot-parameters-a5138548.md
A collection of LookUpValue objects.
Namespace : DevExpress.XtraReports.Parameters
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class LookUpValueCollection :
Collection<LookUpValue>
Public Class LookUpValueCollection
Inherits Collection(Of LookUpValue)
The following members return LookUpValueCollection objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | LookUpHelper.GetLookUpValues(ValueSourceSettings, DataContextBase, IParameterEditorValueProvider) |
| ParameterItemViewModel.LookUpValues | |
| ParameterLookUpValues.LookUpValues | |
| ReportParameter.LookUpValues | |
| StaticListLookUpSettings.LookUpValues | |
| .NET Reporting Tools | CustomizeParameterLookUpSourceEventArgs.LookUpValues |
Use one of the following instead of LookUpValueCollection :
Object Collection<LookUpValue> LookUpValueCollection
See Also