ClassGridColorPickerEditor
Class
Represents a color editor in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridColorPickerEditor : BaseColorEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseColorEditorGridColorPickerEditor
Implements:
Inherited Members
Constructors
GridColorPickerEditor()
Declaration
cs-api-definition
public GridColorPickerEditor()
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