GrapeCity MultiRow Windows Forms Documentation
EndEditReason Enumeration


Specifies how a user has ended edit mode.
Syntax
Public Enum EndEditReason 
   Inherits System.Enum
Dim instance As EndEditReason
public enum EndEditReason : System.Enum 
Members
MemberDescription
CellLeaveLeaves edit mode because of a CellLeave event.
ProgrammaticallyLeaves edit mode because of user code.
ShortcutKeyLeaves edit mode because of a shortcut key.
UnKnownLeaves edit mode because of an unknown reason.
Inheritance Hierarchy

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

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
CellEndEditEventArgs Class

 

 


Copyright © GrapeCity, inc. All rights reserved.