Spread Silverlight Documentation
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
EditSpecifies 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.
EnterSpecifies 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.
ReadySpecifies that the cell is in Ready mode.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Windows.SpreadSheet.UI Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.