Back to Devexpress

PdfComboBoxFormFieldFacade Properties

officefileapi-devexpress-dot-pdf-dot-pdfcomboboxformfieldfacade-dot-underscore-properties.md

latest3.7 KB
Original Source

PdfComboBoxFormFieldFacade Properties

Contains a set of properties used to manage combo box form fields without access to their inner structure.

NameDescription
AcroFormRetrieves the AcroForm that contains the form field. Inherited from PdfFormFieldFacade.
CommitOnSelectionChangeGets or sets whether to commit a new value once the selection is made. Inherited from PdfChoiceFormFieldFacade<T>.
EditableSpecifies whether to include an editable text box in the combo box.
ExportGets or sets whether to export the form field if it is associated with a Submit A Form action. Inherited from PdfFormFieldFacade.
FieldRetrieves field’s inner properties. Inherited from PdfFormFieldFacade<TWidget, TField>.
FlagsGets or sets the form field flags. Inherited from PdfFormFieldFacade.
FullNameGets the form field’s full name. Inherited from PdfFormFieldFacade.
ItemsGets form field items. Inherited from PdfChoiceFormFieldFacade<T>.
ReadOnlyGets or sets whether the form field is read-only. Inherited from PdfFormFieldFacade.
RequiredGets or sets whether to force users to complete the form field. Inherited from PdfFormFieldFacade.
SortedGets or sets whether to sort form field items alphabetically. Inherited from PdfChoiceFormFieldFacade<T>.
SpellCheckGets or sets whether to check spelling in the combo box form field.
TextJustificationGets or sets how the text is aligned in the form field. Inherited from PdfChoiceFormFieldFacade<T>.
TypeGets the form field type.
ValueGets or sets the form field value—the name of the selected combo box item.
WidgetsRetrieves properties of each annotation widget related to the form field. Inherited from PdfFormFieldFacade<TWidget, TField>.

See Also

PdfComboBoxFormFieldFacade Class

PdfComboBoxFormFieldFacade Members

DevExpress.Pdf Namespace