Spread Silverlight Documentation
EditorStatus Enumeration


GrapeCity.Windows.SpreadSheet.UI Namespace : EditorStatus Enumeration
Represents the editor status.
Syntax
'Declaration
 
Public Enum EditorStatus 
   Inherits System.Enum
'Usage
 
Dim instance As EditorStatus
public enum EditorStatus : System.Enum 
Members
MemberDescription
Edit Specifies that the cell is in edit mode and cannot commit the input value and navigate or select to other cells when invoking navigation or selection actions.
Enter Specifies that the cell is in edit mode and can commit the input value and navigate or select to other cells when invoking navigation or selection actions.
Ready Specifies that the cell is in Ready mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.UI.EditorStatus

See Also

Reference

GrapeCity.Windows.SpreadSheet.UI Namespace