Skip to main content

ParameterLookUpValues.LookUpValues Property

Specifies the collection of parameter lookup values.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
LookUpValueCollection

A LookUpValueCollection object.

See Also