Class
GridColorPickerEditor

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: IInputEditorISupportInitializeIValueEditor

Inherited Members BaseColorEditor.valueTypeBaseColorEditor.Validate()BaseColorEditor.OnLostFocus()BaseColorEditor.DataTypeBaseInputEditor.isInitializingBaseInputEditor.originalValueBaseInputEditor.BeginInit()BaseInputEditor.EndInit()BaseInputEditor.OnValueChanging(ValueChangingEventArgs)BaseInputEditor.OnValueChanged()BaseInputEditor.OnValidating(CancelEventArgs)BaseInputEditor.OnValidated()BaseInputEditor.OnValidationError(ValidationErrorEventArgs)BaseInputEditor.IsActiveBaseInputEditor.IsInitalizingBaseInputEditor.IsInBeginEditModeBaseInputEditor.OwnerElementBaseInputEditor.RightToLeftBaseInputEditor.EditorManagerBaseInputEditor.IsModifiedBaseInputEditor.EditorElementBaseInputEditor.ValueChangingBaseInputEditor.ValueChangedBaseInputEditor.ValidatingBaseInputEditor.ValidatedBaseInputEditor.ValidationError

Constructors

GridColorPickerEditor()

Declaration

cs-api-definition
public GridColorPickerEditor()

Properties

Value

Gets or sets the editor's value.

Declaration

cs-api-definition
public override object Value { get; set; }

Property Value

object

Overrides BaseColorEditor.Value

Methods

BeginEdit()

Starts the editing process. Used internally in RadGridView.

Declaration

cs-api-definition
public override void BeginEdit()

Overrides BaseColorEditor.BeginEdit()

CreateEditorElement()

Creates the editor element.

Declaration

cs-api-definition
protected override RadElement CreateEditorElement()

Returns

RadElement

Overrides BaseColorEditor.CreateEditorElement()

EndEdit()

Finishes the editing process. Used internally in RadGridView.

Declaration

cs-api-definition
public override bool EndEdit()

Returns

bool

Overrides BaseColorEditor.EndEdit()

Initialize(object, object)

Initializes the editor. Used internally in RadGridView.

Declaration

cs-api-definition
public override void Initialize(object owner, object value)

Parameters

owner

object

The owner of this editor.

value

object

The value of the editor.

Overrides BaseInputEditor.Initialize(object, object)

OnKeyDown(KeyEventArgs)

Raises the event.

Declaration

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

The KeyEventArgs instance containing the event data.

Overrides BaseColorEditor.OnKeyDown(KeyEventArgs)

OnKeyUp(KeyEventArgs)

Raises the event.

Declaration

cs-api-definition
protected override void OnKeyUp(KeyEventArgs e)

Parameters

e

KeyEventArgs

The KeyEventArgs instance containing the event data.

Overrides BaseColorEditor.OnKeyUp(KeyEventArgs)