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

IClientParameter.MultiValue Property

Specifies whether or not a parameter can have multiple values.

Namespace: DevExpress.DocumentServices.ServiceModel

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

Declaration

bool MultiValue { get; }

Property Value

Type Description
Boolean

true, if a parameter can have multiple values; otherwise, false.

See Also