Class RadListBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadListBox : HtmlContainerControl
Constructors
RadListBox()
Declaration
public RadListBox()
RadListBox(Element)
Properties
AllowTransferOnDoubleClick
Declaration
public bool AllowTransferOnDoubleClick { get; }
Property Value
System.Boolean
|
AutoPostBack
Declaration
public bool AutoPostBack { get; }
Property Value
System.Boolean
|
ButtonPosition
Declaration
public ListBoxButtonPosition ButtonPosition { get; }
Property Value
ListBoxButtonPosition
|
CheckBoxesEnabled
Declaration
public bool CheckBoxesEnabled { get; }
Property Value
System.Boolean
|
CheckedItems
Declaration
public IList<RadListBoxItem> CheckedItems { get; }
Property Value
System.Collections.Generic.IList<RadListBoxItem>
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
DeleteButton
ElementOffsetWidth
Declaration
public int ElementOffsetWidth { get; }
Property Value
System.Int32
|
Enabled
Declaration
public bool Enabled { get; }
Property Value
System.Boolean
|
Items
Declaration
public IList<RadListBoxItem> Items { get; }
Property Value
System.Collections.Generic.IList<RadListBoxItem>
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
MoveDownButton
MoveUpButton
SelectedIndex
Declaration
public int SelectedIndex { get; }
Property Value
System.Int32
|
SelectedItems
Declaration
public IList<RadListBoxItem> SelectedItems { get; }
Property Value
System.Collections.Generic.IList<RadListBoxItem>
|
TransferAllFromButton
TransferAllToButton
TransferFromButton
TransferToButton
Methods
AssignElement(Element)
ControlAssert()
Delete()
Declaration
public void Delete()
FindItems(Predicate<RadListBoxItem>)
Declaration
public IList<RadListBoxItem> FindItems(Predicate<RadListBoxItem> predicate)
Parameters
System.Predicate<RadListBoxItem>
predicate
|
Returns
System.Collections.Generic.IList<RadListBoxItem>
|
MoveDown()
Declaration
public void MoveDown()
MoveUp()
Declaration
public void MoveUp()
TransferAllFrom()
Declaration
public void TransferAllFrom()
TransferAllTo()
Declaration
public void TransferAllTo()
TransferFrom()
Declaration
public void TransferFrom()
TransferTo()
Declaration
public void TransferTo()