Skip to main content

PdfChoiceFormField.SelectedValues Property

Gets items currently selected in the choice field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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