Class VirtualGridAutoCompleteBoxEditor
Represents an auto-complete box editor in RadVirtualGrid.
Inheritance
System.Object
VirtualGridAutoCompleteBoxEditor
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 VirtualGridAutoCompleteBoxEditor : VirtualGridTextBoxControlEditor, IInputEditor, IValueEditor, ISupportInitialize
Constructors
VirtualGridAutoCompleteBoxEditor()
Initializes a new instance of the RadAutoCompleteBoxEditor class.
Declaration
public VirtualGridAutoCompleteBoxEditor()
Methods
CreateEditorElement()
Creates a new editor element.
Declaration
protected override RadElement CreateEditorElement()
Returns
RadElement
a RadElement if successful |