RadControls for Silverlight

Represents the possible values of an action to be taken when an element of the RadGridView loses focus.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.1050

Syntax

C#
public enum ActionOnLostFocus
Visual Basic
Public Enumeration ActionOnLostFocus

Members

Member nameValueDescription
CancelEdit0 When the focus of a field in edit mode is lost, its edit mode will be canceled.
CommitEdit1 When the focus of a field in edit mode is lost, its contents will be validated.
None2 When the focus of an element is lost, no specific action will be taken.

See Also