ClassRadListBoxItem
Represents the RadListBoxItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadListBoxItem : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadListBoxItem
Inherited Members
Constructors
RadListBoxItem()
Initializes a new instance of the RadListBoxItem class.
Declaration
public RadListBoxItem()
RadListBoxItem(Element)
Initializes a new instance of the RadListBoxItem class.
Properties
AllowDrag
Returns/sets the AllowDrag property.
Checkable
Get whether the item contains check box so that it can be checked.
Checked
Check/set whether the item is checked.
ClientSideLocator
Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Enabled
Get whether the List item is enabled.
ImageUrl
Gets the value of the ImageUrl property.
Index
Get the List item index.
ItemValue
Get or set the value for this item.
LocatorExpression
Get the FindExpression that defines the pattern for a listbox item.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Selected
Check/set whether the item is selected.
Text
Get or set the text for this item.
ToolTip
Gets the tooltip of the item.
Methods
AssignElement(Element)
Assign the DOM element to be the RadListBoxItem control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
ControlAssert()
Get RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
DragAndDropTo(HtmlControl)
Drag and drop the item to the specified control. Drops into the center of the element.
Declaration
public void DragAndDropTo(HtmlControl destination)
Parameters
destination
The destination control.
DragAndDropWithOffset(int, int)
Drag and drop the item with the specified x and y offset.