GrapeCity MultiRow Windows Forms Documentation
IsCurrentCellDirty Property


Gets a value that indicates whether the current cell has uncommitted changes.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<BrowsableAttribute(False)>
Public ReadOnly Property IsCurrentCellDirty As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
value = instance.IsCurrentCellDirty
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Browsable(false)]
public bool IsCurrentCellDirty {get;}

Property Value

true if the current cell has uncommitted changes; otherwise, false.
Remarks

This property is true when the current cell is in edit state and has uncommitted changes from the UI. If the user commits the uncommitted change or cancels the change, this property changes to false. You can call the NotifyCurrentCellDirty method to force a change to the current cell's dirty state.

If row headers are visible, a pencil glyph is present in the row header that contains the cell with uncommitted changes.

If this property's value is true, the IsCurrentRowDirty property must be true.

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.