GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : IsCurrentRowDirty Property |
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <BrowsableAttribute(False)> Public ReadOnly Property IsCurrentRowDirty As Boolean
Dim instance As GcMultiRow Dim value As Boolean value = instance.IsCurrentRowDirty
[EditorBrowsable(EditorBrowsableState.Advanced)] [Browsable(false)] public bool IsCurrentRowDirty {get;}
This property returns true when the IsCurrentCellDirty property is true.
The control commits all row changes when the user navigates away from the row. The user can also press Ctrl+Enter to commit row changes without leaving the row. To commit row changes programmatically, call the form's System.Windows.Forms.ContainerControl.Validate method. If your data source is a System.Windows.Forms.BindingSource, you can also call System.Windows.Forms.BindingSource.EndEdit.
If this property value is true and the current cell is not in an edit state, press the Esc key to cancel all edits for the current row.
If the VirtualMode property is true and this property value is true and row headers are visible, a pencil glyph is present in the row header.
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