Interface IRadListBoxItem
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadListBoxItem : IControl, IFrameworkElement, ITargetElement
Properties
Index
Declaration
int Index { get; }
Property Value
System.Int32
|
IsFocused
Declaration
bool IsFocused { get; }
Property Value
System.Boolean
|
IsMouseOver
Declaration
bool IsMouseOver { get; }
Property Value
System.Boolean
|
IsSelected
Declaration
bool IsSelected { get; }
Property Value
System.Boolean
|
Methods
CtrlSelect()
Declaration
void CtrlSelect()
Select()
Declaration
void Select()
ShiftSelect()
Declaration
void ShiftSelect()