ComboBoxProperties
Class
Configures a structured document tag as a combo box with a list of selectable items and optional custom text entry.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class ComboBoxProperties : SdtProperties
Inheritance: objectSdtPropertiesComboBoxProperties
Derived Classes:
Inherited Members
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; }