InterfaceIValueEditor
Interface
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
Methods
Events
Validated
Occurs when the editor is finished validating the value.
Validating
Occurs when the editor is validating the value.
ValidationError
Occurs when internally the editor detects an error or when the Validating event fails.
Declaration
cs-api-definition
event ValidationErrorEventHandler ValidationError
Event Value
ValueChanged
Occurs when the value of the editor changes.
ValueChanging
Occurs when the editor value is being changed. Cancelable event.
Declaration
cs-api-definition
event ValueChangingEventHandler ValueChanging
Event Value