Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormListBoxField.MultiSelect Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.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