Class
ComboBoxControlState

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: INotifyPropertyChanged

Inherited Members ContentControlPickerState.ButtonHeightContentControlPickerState.DropDownContentStyleButtonContentControlState.ShowButtonButtonContentControlState.ButtonStyleContentControlState.OnPropertyChanged(string)ContentControlState.SdtStartContentControlState.PropertiesContentControlState.TypeContentControlState.FocusedContentControlState.HoveredContentControlState.SelectedContentControlState.OutlineColorContentControlState.OutlineAppearanceContentControlState.LockContentControlState.ShowThumbContentControlState.AliasContentControlState.PolygonPointsContentControlState.SelectActionContentControlState.PropertyChanged

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.

Declaration

cs-api-definition
public ListItem SelectedItem { get; set; }

Property Value

ListItem

In this article
DefinitionPropertiesItemsSelectedItem
Not finding the help you need?
Contact Support