Class
BaseAutoComplete

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public abstract class BaseAutoComplete : IDisposable

Inheritance: objectBaseAutoComplete

Derived Classes: AutoCompleteAppendHelperAutoCompleteSuggestHelper

Implements: IDisposable

Constructors

BaseAutoComplete(RadDropDownListElement)

Declaration

cs-api-definition
public BaseAutoComplete(RadDropDownListElement owner)

Parameters

owner

RadDropDownListElement

Properties

Owner

Owner Property

Declaration

cs-api-definition
public RadDropDownListElement Owner { get; }

Property Value

RadDropDownListElement

Methods

AutoComplete(KeyPressEventArgs)

Declaration

cs-api-definition
public abstract void AutoComplete(KeyPressEventArgs e)

Parameters

e

KeyPressEventArgs

Dispose()

Declaration

cs-api-definition
public virtual void Dispose()

Implements IDisposable.Dispose()