Back to Devexpress

LookUpValueCollection Class

corelibraries-devexpress-dot-xtrareports-dot-parameters-a5138548.md

latest2.9 KB
Original Source

LookUpValueCollection Class

A collection of LookUpValue objects.

Namespace : DevExpress.XtraReports.Parameters

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class LookUpValueCollection :
    Collection<LookUpValue>
vb
Public Class LookUpValueCollection
    Inherits Collection(Of LookUpValue)

The following members return LookUpValueCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryLookUpHelper.GetLookUpValues(ValueSourceSettings, DataContextBase, IParameterEditorValueProvider)
ParameterItemViewModel.LookUpValues
ParameterLookUpValues.LookUpValues
ReportParameter.LookUpValues
StaticListLookUpSettings.LookUpValues
.NET Reporting ToolsCustomizeParameterLookUpSourceEventArgs.LookUpValues

Remarks

Use one of the following instead of LookUpValueCollection :

Inheritance

Object Collection<LookUpValue> LookUpValueCollection

See Also

LookUpValueCollection Members

DevExpress.XtraReports.Parameters Namespace