ClassRadSearchBoxContextDropDown
Represents the RadSearchBoxContext class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadSearchBoxContextDropDown : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadSearchBoxContextDropDown
Inherited Members
Constructors
RadSearchBoxContextDropDown()
Initializes a new instance of the RadSearchBoxContext class.
Declaration
public RadSearchBoxContextDropDown()
RadSearchBoxContextDropDown(Element)
Initializes a new instance of the RadSearchBoxContext class.
Declaration
public RadSearchBoxContextDropDown(Element element)
Parameters
element
Properties
ClientSideLocator
Get the locator FindParam.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Get the FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the DOM element to be the SearchBox 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.
SelectItem(int)
Select drop down item.