InterfaceIRadListBoxItem
Interface
Represents the RadListBoxItem control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadListBoxItem : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
IsFocused
Get if the item is focused
IsMouseOver
Get whether the item is highlighted.
IsSelected
Get whether the item is selected.
Methods
CtrlSelect()
Simulates user click on the item to select it in the ListBox with Ctrl key modifier.
Declaration
cs-api-definition
void CtrlSelect()
Select()
Simulates user click on the item to select it in the combobox.
Declaration
cs-api-definition
void Select()
ShiftSelect()
Simulates user click on the item to select it in the ListBox with Shift key modifier.
Declaration
cs-api-definition
void ShiftSelect()