GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : IsCurrentCellDirty Property |
<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;}
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.
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