GrapeCity MultiRow Windows Forms Documentation
IsInEditMode Property (Cell)


Gets a value that indicates whether this cell is currently being edited.
Syntax
<BrowsableAttribute(False)>
Public ReadOnly Property IsInEditMode As Boolean
Dim instance As Cell
Dim value As Boolean
 
value = instance.IsInEditMode
[Browsable(false)]
public bool IsInEditMode {get;}

Property Value

true if this cell is in edit mode; otherwise, false.
Remarks
This property is useful when you are working directly with cell instances. Alternatively, you can use the GcMultiRow.IsCurrentCellInEditMode property. You can also handle the GcMultiRow.CellBeginEdit event to determine when the user enters edit mode.
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

Cell Class
Cell Members
IsCurrentCellInEditMode Property

 

 


Copyright © GrapeCity, inc. All rights reserved.