Back to Devexpress

PdfListBoxFormFieldFacade Properties

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

latest3.6 KB
Original Source

PdfListBoxFormFieldFacade Properties

Contains a set of properties used to manage list 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>.
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>.
MultiSelectGets or sets whether to enable users to select multiple items in the list box.
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>.
TextJustificationGets or sets how the text is aligned in the form field. Inherited from PdfChoiceFormFieldFacade<T>.
TypeGets the form field type.
ValuesGets or sets list box values—currently selected list box item names.
WidgetsRetrieves properties of each annotation widget related to the form field. Inherited from PdfFormFieldFacade<TWidget, TField>.

See Also

PdfListBoxFormFieldFacade Class

PdfListBoxFormFieldFacade Members

DevExpress.Pdf Namespace