Class RadSearchBox
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 RadSearchBox : HtmlContainerControlConstructors
RadSearchBox()
Declaration
public RadSearchBox()RadSearchBox(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
ContextText
Declaration
public string ContextText { get; }Property Value
| System.String 
 | 
Delimiter
Declaration
public string Delimiter { get; }Property Value
| System.String 
 | 
DropDownItemCount
Declaration
public int DropDownItemCount { get; }Property Value
| System.Int32 
 | 
EmptyMessage
Declaration
public string EmptyMessage { get; set; }Property Value
| System.String 
 | 
Enabled
Declaration
public bool Enabled { get; }Property Value
| System.Boolean 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
PopupDiv
PopupVisible
Declaration
public bool PopupVisible { get; }Property Value
| System.Boolean 
 | 
SearchContextDropDownItemCount
Declaration
public int SearchContextDropDownItemCount { get; }Property Value
| System.Int32 
 | 
SearchContextEnabled
Declaration
public bool SearchContextEnabled { get; }Property Value
| System.Boolean 
 | 
SearchContextPopupDiv
SearchContextPopupVisible
Declaration
public bool SearchContextPopupVisible { get; }Property Value
| System.Boolean 
 | 
Text
Declaration
public string Text { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
ControlAssert()
HideSearchBoxContextPopup()
Declaration
public void HideSearchBoxContextPopup()Search()
Declaration
public void Search()SetText(String, ScrollToVisibleType)
Declaration
public void SetText(string text, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)Parameters
| System.String
        text 
 | 
| ScrollToVisibleType
        scrollToVisibleType 
 | 
SetText(String, Int32, ScrollToVisibleType)
Declaration
public void SetText(string text, int typeSpeed, ScrollToVisibleType scrollToVisibleType = ScrollToVisibleType.ElementTopAtWindowTop)Parameters
| System.String
        text 
 | 
| System.Int32
        typeSpeed 
 | 
| ScrollToVisibleType
        scrollToVisibleType 
 | 
ShowSearchBoxContextPopup()
Declaration
public void ShowSearchBoxContextPopup()