ClassComboBoxControlState
Class
Represents the ComboBoxControlState class.
Definition
Namespace:Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly:Telerik.WinControls.RichTextEditor.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
IEnumerable<ListItem>
SelectedItem
Gets or sets the value that indicates the selected item for the control with this state.