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
CommitEdit
When the focus of a field in edit mode is lost, its contents will be validated.
Declaration
public const ActionOnLostFocus CommitEdit
Field Value
None
When the focus of an element is lost, no specific action will be taken.
Declaration
public const ActionOnLostFocus None
Field Value
value__
Declaration
public int value__
Field Value
System.
|