Skip to main content

PdfAcroFormListBoxField.MultiSelect Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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