ClassComboBoxControlState
Class
Represents the ComboBoxControlState class.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ComboBoxControlState : ContentControlPickerState, INotifyPropertyChanged
Inheritance: objectContentControlStateButtonContentControlStateContentControlPickerStateComboBoxControlState
Implements:
Inherited Members
Properties
Items
Gets the value that indicates the list of items linked to the control with this state.
Declaration
cs-api-definition
public IEnumerable<ListItem> Items { get; }
Property Value
SelectedItem
Gets or sets the value that indicates the selected item for the control with this state.