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

ParameterLookUpValues.LookUpValues Property

Specifies the collection of parameter lookup values.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

[DataMember]
public LookUpValueCollection LookUpValues { get; set; }

Property Value

Type Description
LookUpValueCollection

A LookUpValueCollection object.

See Also