New to Telerik Document ProcessingStart a free 30-day trial

Configures a structured document tag as a combo box with a list of selectable items and optional custom text entry.

Definition

Constructors

Initializes a new instance of the ComboBoxProperties class.

C#
public ComboBoxProperties()

Properties

Gets the collection of items available for selection in the combo box.

C#
public List<ListItem> Items { get; }

Gets or sets the currently displayed text value of the combo box.

C#
public string LastValue { get; set; }

Gets or sets the currently selected item from the combo box list.

C#
public ListItem SelectedItem { get; set; }