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

PdfChoiceFormField.SelectedValues Property

Gets items currently selected in the choice field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public IList<string> SelectedValues { get; }

Property Value

Type Description
IList<String>

A collection of String objects that represent currently selected items in the choice field.

See Also