Class RadDropDownListEditorAutoCompleteAppendHelper
Represents a class that handles append auto-complete mode in RadDropDownListEditorElement
Inheritance
System.Object
RadDropDownListEditorAutoCompleteAppendHelper
Inherited Members
System.Object.ToString()
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.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadDropDownListEditorAutoCompleteAppendHelper : AutoCompleteAppendHelper, IDisposable
Constructors
RadDropDownListEditorAutoCompleteAppendHelper(RadDropDownListEditorElement)
Initializes a new instance of the RadDropDownListEditorAutoCompleteAppendHelper class.
Declaration
public RadDropDownListEditorAutoCompleteAppendHelper(RadDropDownListEditorElement element)
Parameters
RadDropDownListEditorElement
element
The element. |
Methods
SetEditableElementText(Int32)
Sets the editable element text.
Declaration
protected override void SetEditableElementText(int itemIndex)
Parameters
System.Int32
itemIndex
Index of the item. |