Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFComboBoxField Properties
Show Inherited Hide Inherited

A combobox field.
Name Description
Exportable Specifies if the field’s value is exportable. Inherited from TdxPDFCustomField.
ExportText Returns the selected field item‘s exportable value.
FullName Returns the field’s name. Inherited from TdxPDFCustomField.
ImmediatePost Specifies if the field immediately saves a selected item’s value in the PDF document model. Inherited from TdxPDFChoiceField.
ItemCount Returns the number of field items. Inherited from TdxPDFChoiceField.
ItemIndex Specifies the selected field item‘s index. Inherited from TdxPDFChoiceField.
Items Provides indexed access to field items. Inherited from TdxPDFChoiceField.
MultiSelect protected Specifies if users can select multiple field items. Inherited from TdxPDFChoiceField.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
ReadOnly Specifies if the field has read-only status. Inherited from TdxPDFCustomField.
Selected Provides indexed access to the selection status of individual field items. Inherited from TdxPDFChoiceField.
SelectedCount Returns the number of selected field items. Inherited from TdxPDFChoiceField.
Sorted Specifies if field items are sorted. Inherited from TdxPDFChoiceField.
Text Returns the selected field item‘s display value.
TopIndex protected Specifies an index of the item positioned at the top field border. Inherited from TdxPDFChoiceField.
See Also