ClassRadListBoxItem
Represents the Silverlight RadComboBoxItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadListBoxItem : Control, IAutomationPeer, IPeerConverter, IRadListBoxItem, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadListBoxItem
Derived Classes:
Implements:
Inherited Members
Constructors
RadListBoxItem()
Initializes a new instance of the RadComboBoxItem class.
Declaration
public RadListBoxItem()
Properties
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
Index
Get the index of the item.
IsFocused
Get the 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
public void CtrlSelect()
Implements
Select()
Simulates user click on the item to select it in the ListBox.
Declaration
public void Select()
Implements
ShiftSelect()
Simulates user click on the item to select it in the ListBox with Shift key modifier.
Declaration
public void ShiftSelect()
Implements