Skip to main content
A newer version of this page is available.
All docs
V18.2

ParameterModel.LookUpValues Property

Specifies a collection of the parameter’s lookup values.

Namespace: DevExpress.Xpf.Printing.Parameters.Models

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

Declaration

public virtual LookUpValueCollection LookUpValues { get; set; }

Property Value

Type Description
LookUpValueCollection

A collection of LookUpValue objects.

See Also