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

PdfAcroFormListBoxField.MultiSelect Property

Specifies whether multiple items can be selected simultaneously in the list box field.

Namespace: DevExpress.Pdf

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

Declaration

public bool MultiSelect { get; set; }

Property Value

Type Description
Boolean

true, if multiple selections of list box items are allowed; otherwise, false.

See Also