Skip to main content

LookUpValueCollection Class

A collection of LookUpValue objects.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v23.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