Class AutoCompleteSuggestHelper
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AutoCompleteSuggestHelper : BaseAutoComplete, IDisposable
Constructors
AutoCompleteSuggestHelper(RadDropDownListElement)
Declaration
public AutoCompleteSuggestHelper(RadDropDownListElement owner)
Parameters
Rad
|
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
System.
|
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
System.
|
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
System.
|
DropDownList
DropDownList Property
Declaration
public virtual RadDropDownListElement DropDownList { get; set; }
Property Value
Filter
Declaration
protected virtual string Filter { get; }
Property Value
System.
|
IsItemsDirty
IsItemsDirty Property
Declaration
public virtual bool IsItemsDirty { get; }
Property Value
System.
|
StringComparison
Declaration
protected virtual StringComparison StringComparison { get; }
Property Value
System.
|
SuggestMode
Methods
ApplyFilterToDropDown(String)
Declaration
public virtual void ApplyFilterToDropDown(string filter)
Parameters
System.
|
AutoComplete(KeyPressEventArgs)
Declaration
public override void AutoComplete(KeyPressEventArgs e)
Parameters
System.
|
Overrides
ClampSelectedIndex(Boolean, Int32, Int32)
Declaration
protected virtual int ClampSelectedIndex(bool down, int selectedIndex, int itemsCount)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
CollectionChanged(Object, NotifyCollectionChangedEventArgs)
Declaration
public virtual void CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
System.
|
Notify
|
CreateDropDownElement()
Declaration
protected virtual RadDropDownListElement CreateDropDownElement()
Returns
DefaultFilter(RadListDataItem)
Declaration
protected virtual bool DefaultFilter(RadListDataItem item)
Parameters
Rad
|
Returns
System.
|
Dispose()
HandleAutoSuggest(String)
Declaration
public virtual void HandleAutoSuggest(string filter)
Parameters
System.
|
HandleSelectNextOrPrev(Boolean)
Declaration
public virtual void HandleSelectNextOrPrev(bool next)
Parameters
System.
|
PopupClosed(Object, RadPopupClosedEventArgs)
Declaration
public virtual void PopupClosed(object sender, RadPopupClosedEventArgs args)
Parameters
System.
|
Rad
|
SelectedIndexChanged(Object, PositionChangedEventArgs)
Declaration
protected virtual void SelectedIndexChanged(object sender, PositionChangedEventArgs e)
Parameters
System.
|
Position
|
SetFindString(KeyPressEventArgs)
Declaration
public virtual string SetFindString(KeyPressEventArgs e)
Parameters
System.
|
Returns
System.
|
SetFindStringFromBack()
Declaration
public virtual string SetFindStringFromBack()
Returns
System.
|
ShowDropDownList()
Declaration
public virtual void ShowDropDownList()
SyncItems()
Declaration
protected virtual void SyncItems()
SyncItemsCore()
Declaration
protected virtual void SyncItemsCore()
SyncOwnerElementWithSelectedIndex()
Declaration
protected virtual void SyncOwnerElementWithSelectedIndex()