ClassAutoCompleteSuggestHelper
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class AutoCompleteSuggestHelper : BaseAutoComplete, IDisposable
Inheritance: objectBaseAutoCompleteAutoCompleteSuggestHelper
Implements:
Inherited Members
Constructors
AutoCompleteSuggestHelper(RadDropDownListElement)
Declaration
public AutoCompleteSuggestHelper(RadDropDownListElement owner)
Parameters
owner
Properties
AutoCompleteDataSource
Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
Declaration
public virtual object AutoCompleteDataSource { get; set; }
Property Value
AutoCompleteDisplayMember
Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
Declaration
public virtual string AutoCompleteDisplayMember { get; set; }
Property Value
AutoCompleteValueMember
Gets or sets the object that is responsible for providing data objects for the AutoComplete Suggest.
Declaration
public virtual string AutoCompleteValueMember { get; set; }
Property Value
DropDownList
DropDownList Property
Declaration
public virtual RadDropDownListElement DropDownList { get; set; }
Property Value
IsItemsDirty
IsItemsDirty Property
StringComparison
Declaration
protected virtual StringComparison StringComparison { get; }
Property Value
SuggestMode
Declaration
public SuggestMode SuggestMode { get; set; }
Property Value
Methods
ApplyFilterToDropDown(string)
Declaration
public virtual void ApplyFilterToDropDown(string filter)
Parameters
filter
AutoComplete(KeyPressEventArgs)
Declaration
public override void AutoComplete(KeyPressEventArgs e)
Parameters
e
Overrides
CollectionChanged(object, NotifyCollectionChangedEventArgs)
Declaration
public virtual void CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
sender
e
CreateDropDownElement()
Declaration
protected virtual RadDropDownListElement CreateDropDownElement()
Returns
DefaultFilter(RadListDataItem)
Declaration
protected virtual bool DefaultFilter(RadListDataItem item)
Parameters
item
Returns
Dispose()
Declaration
public override void Dispose()
Overrides
HandleAutoSuggest(string)
Declaration
public virtual void HandleAutoSuggest(string filter)
Parameters
filter
HandleSelectNextOrPrev(bool)
Declaration
public virtual void HandleSelectNextOrPrev(bool next)
Parameters
next
PopupClosed(object, RadPopupClosedEventArgs)
Declaration
public virtual void PopupClosed(object sender, RadPopupClosedEventArgs args)
Parameters
sender
args
SelectedIndexChanged(object, PositionChangedEventArgs)
Declaration
protected virtual void SelectedIndexChanged(object sender, PositionChangedEventArgs e)
Parameters
sender
e
SetFindString(KeyPressEventArgs)
Declaration
public virtual string SetFindString(KeyPressEventArgs e)
Parameters
e
Returns
ShowDropDownList()
Declaration
public virtual void ShowDropDownList()
SyncItems()
Declaration
protected virtual void SyncItems()
SyncItemsCore()
Declaration
protected virtual void SyncItemsCore()
SyncOwnerElementWithSelectedIndex()
Declaration
protected virtual void SyncOwnerElementWithSelectedIndex()