RadListBox
Class
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
C#
public class RadListBox : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadListBox
Inherited Members
Constructors
C#
public RadListBox()
Properties
C#
public bool AllowTransferOnDoubleClick { get; }
C#
public bool AutoPostBack { get; }
C#
public ListBoxButtonPosition ButtonPosition { get; }
C#
public bool CheckBoxesEnabled { get; }
C#
public IList<RadListBoxItem> CheckedItems { get; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public HtmlControl DeleteButton { get; }
C#
public int ElementOffsetWidth { get; }
C#
public IList<RadListBoxItem> Items { get; }
C#
public override IFindExpression LocatorExpression { get; }
Overrides:
C#
public HtmlControl MoveDownButton { get; }
C#
public HtmlControl MoveUpButton { get; }
C#
public int SelectedIndex { get; }
C#
public IList<RadListBoxItem> SelectedItems { get; }
C#
public HtmlControl TransferAllFromButton { get; }
C#
public HtmlControl TransferAllToButton { get; }
C#
public HtmlControl TransferFromButton { get; }
C#
public HtmlControl TransferToButton { get; }
Methods
C#
public void Delete()
C#
public IList<RadListBoxItem> FindItems(Predicate<RadListBoxItem> predicate)
C#
public void MoveDown()
C#
public void MoveUp()
C#
public void TransferAllFrom()
C#
public void TransferAllTo()
C#
public void TransferFrom()
C#
public void TransferTo()