Class ComboBoxControlState
Represents the ComboBoxControlState class.
Inheritance
System.Object
ComboBoxControlState
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.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
|