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.v19.2.Core.dll

Declaration

public class LookUpValueCollection :
    Collection<LookUpValue>

Remarks

Use one of the following instead of LookUpValueCollection:

Inheritance

Object
Collection<LookUpValue>
LookUpValueCollection
See Also