GrapeCity MultiRow Windows Forms Documentation
EditMode Enumeration


Specifies the mode that determines how cell editing is started in GcMultiRow.
Syntax
<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 
Members
MemberDescription
EditOnEnterEditing begins when the cell receives focus.
EditOnKeystrokeOrShortcutKeyEditing begins when any alphanumeric key is pressed while the cell has focus or the cell is double-clicked.
EditOnShortcutKeyMultiRow has default shortcutkeys, F2 and Enter. The user can also assign other keys to enter edit mode.
EditProgrammaticallyEditing begins only when the BeginEdit method is called.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.EditMode

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

GrapeCity.Win.MultiRow Namespace
EditMode Property

 

 


Copyright © GrapeCity, inc. All rights reserved.