Back to Devexpress

PdfGraphicsAcroFormListBoxField.MultiSelect Property

officefileapi-devexpress-dot-pdf-dot-pdfgraphicsacroformlistboxfield.md

latest1.1 KB
Original Source

PdfGraphicsAcroFormListBoxField.MultiSelect Property

Gets or sets whether to enable users to select multiple items in the list box.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Drawing.dll

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public bool MultiSelect { get; set; }
vb
Public Property MultiSelect As Boolean

Property Value

TypeDescription
Boolean

true to enable multiple selection; otherwise, false.

|

See Also

PdfGraphicsAcroFormListBoxField Class

PdfGraphicsAcroFormListBoxField Members

DevExpress.Pdf Namespace