Class RadAutoCompleteBox
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 RadAutoCompleteBox : HtmlContainerControlConstructors
RadAutoCompleteBox()
Declaration
public RadAutoCompleteBox()RadAutoCompleteBox(Element)
Properties
AllowCustomEntry
Declaration
public bool AllowCustomEntry { get; }Property Value
| System.Boolean 
 | 
AllowTokenEditing
Declaration
public bool AllowTokenEditing { get; }Property Value
| System.Boolean 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
Delimiter
Declaration
public string Delimiter { get; }Property Value
| System.String 
 | 
DropDownItemCount
Declaration
public int DropDownItemCount { get; }Property Value
| System.Int32 
 | 
DropDownPosition
Declaration
public AutoCompleteDropDownPosition DropDownPosition { get; }Property Value
| AutoCompleteDropDownPosition 
 | 
EmptyMessage
Declaration
public string EmptyMessage { get; set; }Property Value
| System.String 
 | 
Enabled
Declaration
public bool Enabled { get; }Property Value
| System.Boolean 
 | 
EntryCount
Declaration
public int EntryCount { get; }Property Value
| System.Int32 
 | 
InputType
Declaration
public AutoCompleteBoxInputType InputType { get; }Property Value
| AutoCompleteBoxInputType 
 | 
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
PopupDiv
PopupVisible
Declaration
public bool PopupVisible { get; }Property Value
| System.Boolean 
 | 
SelectionMode
Declaration
public AutoCompleteBoxSelectionMode SelectionMode { get; }Property Value
| AutoCompleteBoxSelectionMode 
 | 
Text
Declaration
public string Text { get; }Property Value
| System.String 
 | 
Methods
AssignElement(Element)
ClearEntries()
Declaration
public void ClearEntries()ControlAssert()
DeleteEntry(Int32)
Declaration
public void DeleteEntry(int index)Parameters
| System.Int32
        index 
 | 
DeleteLastEntry()
Declaration
public void DeleteLastEntry()SelectEntry()
Declaration
public void SelectEntry()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 
 |