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.1.Core.dll

Declaration

public class LookUpValueCollection :
    Collection<LookUpValue>

Remarks

For more information, see Creating Multi-Value and Cascading Report Parameters.

Inheritance

Object
Collection<LookUpValue>
LookUpValueCollection
See Also