PdfChoiceFormField.SelectedValues Property
In This Article
Gets items currently selected in the choice field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Property Value
Type | Description |
---|---|
IList<String> | A collection of String objects that represent currently selected items in the choice field. |
See Also