Interface IRadComboBoxItem
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadComboBoxItem : IListBoxItem, IFrameworkElement, ITargetElement
Properties
HighlightVisual
Index
Declaration
int Index { get; }
Property Value
System.Int32
|
IsEnabled
Declaration
bool IsEnabled { get; }
Property Value
System.Boolean
|
IsFocused
Declaration
bool IsFocused { get; }
Property Value
System.Boolean
|
IsHighlighted
Declaration
bool IsHighlighted { get; }
Property Value
System.Boolean
|
Methods
Select()
Declaration
void Select()