Class RadAutoCompleteBoxEditor
Represents an auto-complete box editor in RadGridView.
Inheritance
System.Object
RadAutoCompleteBoxEditor
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.GridView.dll
Syntax
[TelerikToolboxCategory("Editors")]
public class RadAutoCompleteBoxEditor : RadTextBoxControlEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
RadAutoCompleteBoxEditor()
Initializes a new instance of the RadAutoCompleteBoxEditor class.
Declaration
public RadAutoCompleteBoxEditor()
Methods
CreateEditorElement()
Creates a new editor element.
Declaration
protected override RadElement CreateEditorElement()
Returns
RadElement
a RadElement if successful |