ClassVirtualGridColorPickerEditor
Class
Represents a color editor in RadVirtualGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridColorPickerEditor : BaseColorEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseColorEditorVirtualGridColorPickerEditor
Implements:
Inherited Members
Constructors
VirtualGridColorPickerEditor()
Declaration
cs-api-definition
public VirtualGridColorPickerEditor()
Properties
Methods
BeginEdit()
Starts the editing process. Used internally in RadGridView.
Declaration
cs-api-definition
public override void BeginEdit()
Overrides
CreateEditorElement()
Creates the editor element.
Declaration
cs-api-definition
protected override RadElement CreateEditorElement()
Returns
Overrides
EndEdit()
Finishes the editing process. Used internally in RadGridView.
Initialize(object, object)
Initializes the editor. Used internally in RadGridView.
OnKeyDown(KeyEventArgs)
Raises the event.
Declaration
cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
The KeyEventArgs instance containing the event data.
Overrides
OnKeyUp(KeyEventArgs)
Raises the event.
Declaration
cs-api-definition
protected override void OnKeyUp(KeyEventArgs e)
Parameters
e
The KeyEventArgs instance containing the event data.
Overrides