Class ComboBoxControlState
Represents the ComboBoxControlState class.
Inheritance
System.Object
ComboBoxControlState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ComboBoxControlState : ContentControlPickerState, INotifyPropertyChanged
Properties
Items
Gets the value that indicates the list of items linked to the control with this state.
Declaration
public IEnumerable<ListItem> Items { get; }
Property Value
System.Collections.Generic.IEnumerable<ListItem>
|
SelectedItem
Gets or sets the value that indicates the selected item for the control with this state.
Declaration
public ListItem SelectedItem { get; set; }
Property Value
ListItem
|