RadListBox
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadListBox : Selector, IAutomationPeer, IPeerConverter, IControl, IRadListBox, ISelector, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelectorRadListBox...
Implements:
Inherited Members
Constructors
C#
public RadListBox()
Properties
C#
public IList<IRadListBoxItem> Items { get; }
Implements:
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements:
C#
public void SelectItem(int itemIndex, ListBoxSelectionModifierKey modifier)
Implements:
C#
public void SelectItem(string itemText, ListBoxSelectionModifierKey modifier)
Implements: