Version

GridStartEditTriggers Enumeration

Events which trigger start edit mode in grid
Syntax
'Declaration
 
Public Enum GridStartEditTriggers 
   Inherits System.Enum
public enum GridStartEditTriggers : System.Enum 
Members
MemberDescription
ClickOnly mouse click triggers start edit mode. Note: That value can be combined with others using || operation.
DblClickOnly mouse double click triggers start edit mode Note: That value can be combined with others using || operation.
EnterOnly Enter key triggers edit mode (grid should have input focus) Note: That value can be combined with others using || operation.
F2Only F2 key triggers edit mode (grid should have input focus) Note: That value can be combined with others using || operation.
Nonetriggers to start edit mode are disabled
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub