GrapeCity.Win.MultiRow Namespace : EditMode Enumeration |
<FeatureAttribute(Name="UIEdit", Version="v5.0")> Public Enum EditMode Inherits System.Enum
Dim instance As EditMode
[Feature(Name="UIEdit", Version="v5.0")] public enum EditMode : System.Enum
Member | Description |
---|---|
EditOnEnter | Editing begins when the cell receives focus. |
EditOnKeystrokeOrShortcutKey | Editing begins when any alphanumeric key is pressed while the cell has focus or the cell is double-clicked. |
EditOnShortcutKey | MultiRow has default shortcutkeys, F2 and Enter. The user can also assign other keys to enter edit mode. |
EditProgrammatically | Editing begins only when the BeginEdit method is called. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.EditMode
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