ClassComboBoxProperties
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:
cs-api-definition
public class ComboBoxProperties : SdtProperties
Inheritance: objectSdtPropertiesComboBoxProperties
Derived Classes:
Inherited Members
Constructors
ComboBoxProperties()
Initializes a new instance of the ComboBoxProperties class.
Declaration
cs-api-definition
public ComboBoxProperties()
Properties
Items
Gets the collection of items available for selection in the combo box.
LastValue
Gets or sets the currently displayed text value of the combo box.
SelectedItem
Gets or sets the currently selected item from the combo box list.