GrapeCity MultiRow Windows Forms Documentation
IsCurrentCellInEditMode Property


Gets a value that indicates whether the current active cell is being edited.
Syntax
<FeatureAttribute(Name="UIEdit", Version="v5.0")>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<BrowsableAttribute(False)>
Public ReadOnly Property IsCurrentCellInEditMode As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
value = instance.IsCurrentCellInEditMode
[Feature(Name="UIEdit", Version="v5.0")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Browsable(false)]
public bool IsCurrentCellInEditMode {get;}

Property Value

true if the current cell is being edited; otherwise, false.
Remarks
If the current cell hosts an editing control and IsCurrentCellInEditMode is true, you can retrieve the editing control with the EditingControl property.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.