ClassRadComboBoxItem
Represents the Silverlight RadComboBoxItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadComboBoxItem : ListBoxItem, IAutomationPeer, IPeerConverter, IContentControl, IControl, IRadComboBoxItem, IListBoxItem, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlListBoxItemRadComboBoxItem
Derived Classes:
Implements:
Inherited Members
Constructors
RadComboBoxItem()
Initializes a new instance of the RadComboBoxItem class.
Declaration
public RadComboBoxItem()
Properties
BorderVisual
Gets the border that indicates whether an item is highlighted or selected. Present in themes after Green, including.
ContentPresenterElement
Get the content present element part of the standard control template. Returns 'null' if such element is missing.
Declaration
public ContentPresenter ContentPresenterElement { get; }
Property Value
HighlightVisual
Gets the framework element that is applied to highlight the item. Present in all themes prior to Green theme.
Declaration
public FrameworkElement HighlightVisual { get; }
Property Value
Implements
Index
Get the index of the item.
IsFocused
Get whether the item is focused.
IsHighlighted
Gets whether the item is highlighted.
Methods
Select()
Simulates user click on the item to select it in the combobox.
Declaration
public void Select()
Implements