InterfaceIRadComboBoxItem
Interface
Represents the RadComboBoxItem control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadComboBoxItem : IListBoxItem, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
HighlightVisual
Gets the framework element that becomes visible when the item is highlighted.
Declaration
cs-api-definition
FrameworkElement HighlightVisual { get; }
Property Value
IsEnabled
Get whether the item is enabled.
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
cs-api-definition
void Select()