Interface
IValueEditor

This interface supports the editor infrastructure of the RadGridView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface IValueEditor

Properties

Value

Declaration

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

Property Value

object

Methods

BeginEdit()

Declaration

cs-api-definition
void BeginEdit()

EndEdit()

Declaration

cs-api-definition
bool EndEdit()

Returns

bool

Initialize(object, object)

Declaration

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

Parameters

owner

object

value

object

Validate()

Declaration

cs-api-definition
bool Validate()

Returns

bool

Events

Validated

Occurs when the editor is finished validating the value.

Declaration

cs-api-definition
event EventHandler Validated

Event Value

EventHandler

Validating

Occurs when the editor is validating the value.

Declaration

cs-api-definition
event CancelEventHandler Validating

Event Value

CancelEventHandler

ValidationError

Occurs when internally the editor detects an error or when the Validating event fails.

Declaration

cs-api-definition
event ValidationErrorEventHandler ValidationError

Event Value

ValidationErrorEventHandler

ValueChanged

Occurs when the value of the editor changes.

Declaration

cs-api-definition
event EventHandler ValueChanged

Event Value

EventHandler

ValueChanging

Occurs when the editor value is being changed. Cancelable event.

Declaration

cs-api-definition
event ValueChangingEventHandler ValueChanging

Event Value

ValueChangingEventHandler