Click or drag to resize

PdfListFieldMultiSelect Property

Gets or sets the form field's "MultiSelect" flag.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool MultiSelect { get; set; }

Property Value

Type: Boolean
Remarks

If true, the list field can allow multiple options to be selected; if false, the field's selection is limited to a single option.

This property can not be changed if IsLocked is true.

See Also