Skip to main content
A newer version of this page is available. .

StaticListLookUpSettings.LookUpValues Property

Provides access to the list of static values for the report parameter.

Namespace: DevExpress.XtraReports.Parameters

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, 0, XtraSerializationFlags.Cached)]
public virtual LookUpValueCollection LookUpValues { get; }

Property Value

Type Description
LookUpValueCollection

A LookUpValueCollection object.

See Also