Class RadListBoxItem
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 RadListBoxItem : HtmlContainerControlConstructors
RadListBoxItem()
Declaration
public RadListBoxItem()RadListBoxItem(Element)
Properties
AllowDrag
Declaration
public bool AllowDrag { get; set; }Property Value
| System.Boolean 
 | 
Checkable
Declaration
public bool Checkable { get; }Property Value
| System.Boolean 
 | 
Checked
Declaration
public bool Checked { get; set; }Property Value
| System.Boolean 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
Enabled
Declaration
public bool Enabled { get; set; }Property Value
| System.Boolean 
 | 
ImageUrl
Declaration
public string ImageUrl { get; set; }Property Value
| System.String 
 | 
Index
Declaration
public int Index { get; }Property Value
| System.Int32 
 | 
ItemValue
Declaration
public string ItemValue { get; set; }Property Value
| System.String 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
Selected
Declaration
public bool Selected { get; set; }Property Value
| System.Boolean 
 | 
Text
Declaration
public string Text { get; set; }Property Value
| System.String 
 | 
ToolTip
Declaration
public string ToolTip { get; set; }Property Value
| System.String 
 | 
Visible
Declaration
public bool Visible { get; }Property Value
| System.Boolean 
 | 
Methods
AssignElement(Element)
Check()
Declaration
public void Check()ControlAssert()
Disable()
Declaration
public void Disable()DragAndDropTo(HtmlControl)
DragAndDropWithOffset(Int32, Int32)
Declaration
public void DragAndDropWithOffset(int offsetX, int offsetY)Parameters
| System.Int32
        offsetX 
 | 
| System.Int32
        offsetY 
 | 
Enable()
Declaration
public void Enable()Select()
Declaration
public void Select()UNCheck()
Declaration
public void UNCheck()UNSelect()
Declaration
public void UNSelect()