Class ActionOnLostFocus
Represents the possible values of an action to be taken when an element of the RadGridView loses focus.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ActionOnLostFocus : Enum
Fields
CancelEdit
When the focus of a field in edit mode is lost, its edit mode will be canceled.
Declaration
public const ActionOnLostFocus CancelEdit
Field Value
ActionOnLostFocus
|
CommitEdit
When the focus of a field in edit mode is lost, its contents will be validated.
Declaration
public const ActionOnLostFocus CommitEdit
Field Value
ActionOnLostFocus
|
None
When the focus of an element is lost, no specific action will be taken.
Declaration
public const ActionOnLostFocus None
Field Value
ActionOnLostFocus
|
value__
Declaration
public int value__
Field Value
System.Int32
|