IRadListBox
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public interface IRadListBox : ISelector, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
C#
IList<IRadListBoxItem> Items { get; }
Methods
C#
void SelectItem(int itemIndex, ListBoxSelectionModifierKey modifier)
C#
void SelectItem(string itemText, ListBoxSelectionModifierKey modifier)