Skip to main content
A newer version of this page is available. .

PdfChoiceFormField.Options Property

Gets the list of options in the choice field.

Namespace: DevExpress.Pdf

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

Declaration

public IList<PdfOptionsFormFieldOption> Options { get; }

Property Value

Type Description
IList<PdfOptionsFormFieldOption>

A collection of the PdfOptionsFormFieldOption objects that represent the list of options in the choice field.

See Also