public enum ENBeginEditingTriggers : System.Enum
public enum ENBeginEditingTriggers : System.Enum
Member | Description |
---|---|
All | The All value |
AlphaOrNumberPressed | The user presses an alpha or number char key inside the current cell. |
CellBecomeCurrent | The cell becomes the current cell. |
Click | The user clicks in the cell. |
DoubleClick | The user double clicks in the cell. |
EnterPressed | The user presses the Enter key inside the current cell. |
F2Pressed | The user presses the F2 key inside the current cell. |
None | The None value. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Grid.ENBeginEditingTriggers
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)