Intersoft ClientUI Documentation
EditEnterKeyAction Enumeration



Specifies the actions when enter key is pressed during editing mode.
Syntax
Public Enum EditEnterKeyAction 
   Inherits System.Enum
Dim instance As EditEnterKeyAction
public enum EditEnterKeyAction : System.Enum 
public enum class EditEnterKeyAction : public System.Enum 
Members
MemberDescription
CommitAndMoveToNextRow Commit current editing row and move to next row when enter key is pressed during editing mode.
ExitEdit Exit current cell edit when enter key is pressed during editing mode.
MoveToNextEditableCell Move to next editable cell when enter key is pressed during editing mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Data.EditEnterKeyAction

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Data Namespace

Send Feedback