Class RadListBox
Inheritance
System.Object
RadListBox
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadListBox : Selector, IAutomationPeer, IPeerConverter, IControl, IRadListBox, ISelector, IFrameworkElement, ITargetElement
Constructors
RadListBox()
Declaration
public RadListBox()
Properties
Items
Declaration
public IList<IRadListBoxItem> Items { get; }
Property Value
System.Collections.Generic.IList<IRadListBoxItem>
|
Implements
Text
Declaration
public string Text { get; }
Property Value
System.String
|
Implements
TypedText
Declaration
public string TypedText { get; }
Property Value
System.String
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
SelectItem(Int32)
Declaration
public void SelectItem(int itemIndex)
Parameters
System.Int32
itemIndex
|
Implements
SelectItem(Int32, ListBoxSelectionModifierKey)
Declaration
public void SelectItem(int itemIndex, ListBoxSelectionModifierKey modifier)
Parameters
System.Int32
itemIndex
|
ListBoxSelectionModifierKey
modifier
|
Implements
SelectItem(String)
Declaration
public void SelectItem(string itemText)
Parameters
System.String
itemText
|
Implements
SelectItem(String, ListBoxSelectionModifierKey)
Declaration
public void SelectItem(string itemText, ListBoxSelectionModifierKey modifier)
Parameters
System.String
itemText
|
ListBoxSelectionModifierKey
modifier
|