ClassRadDropDownTree
Represents the RadDropDownTree class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadDropDownTree : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadDropDownTree
Inherited Members
Constructors
RadDropDownTree()
Initializes a new instance of the RadDropDownTree class.
Declaration
public RadDropDownTree()
RadDropDownTree(Element)
Initializes a new instance of the RadDropDownTree class.
Properties
ClientSideLocator
Get the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
DefaultMessage
Gets or set the default message text of the RadDropDownTree.
DropDownDiv
Get the drop down div.
DropDownVisible
Gets whether the drop down is visible.
ElementOffsetWidth
Get the offset width of the DropDownTree element.
Enabled
Get whether DropDownTree is enabled.
LocatorExpression
Get the FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Text
Gets the text of the RadDropDownTree.
Methods
AssignElement(Element)
Assign the DOM element to be the RadDropDownTree control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
HideDropDown()
Hide the drop down of RadDropDownTree.
Declaration
public void HideDropDown()
ShowDropDown()
Show the drop down of RadDropDownTree.
Declaration
public void ShowDropDown()