Skip to main content

LookUpValueCollection Class

A collection of LookUpValue objects.

Namespace: DevExpress.XtraReports.Parameters

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public class LookUpValueCollection :
    Collection<LookUpValue>

#Remarks

Use one of the following instead of LookUpValueCollection:

#Inheritance

Object
Collection<LookUpValue>
LookUpValueCollection
See Also