[]
The abstract base class for PdfComboBox and PdfListBox types.
public abstract class PdfComboListBase : PdfTextFieldBase
| Name | Description |
|---|---|
| PdfComboListBase() | Initializes a new instance of the PdfComboListBase class. |
| Name | Description |
|---|---|
| DefaultText | Gets or sets the default text value of the current combo or list. |
| DefaultValue | Gets or sets the default value of the current PdfFieldBase. |
| Items | Gets a List<T> representing the collection of items contained in the current combo or list. Values are strings representing the items. |
| SelectedColor | Gets the selection color for the current combo or list. |
| Text | Gets or sets the text value of the current combo or list. |