'Declaration Public Enum GridStartEditTriggers Inherits System.Enum
public enum GridStartEditTriggers : System.Enum
Member | Description |
---|---|
Click | Only mouse click triggers start edit mode. Note: That value can be combined with others using || operation. |
DblClick | Only mouse double click triggers start edit mode Note: That value can be combined with others using || operation. |
Enter | Only Enter key triggers edit mode (grid should have input focus) Note: That value can be combined with others using || operation. |
F2 | Only F2 key triggers edit mode (grid should have input focus) Note: That value can be combined with others using || operation. |
None | triggers to start edit mode are disabled |
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
View on GitHub