DataColumnIsDirty Property |
Column is dirty if either there are new changed or deleted rows, and no data changed event was fired for notification.
This value is reseted after the data changed event has notified the change.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsDirty { get; }
Property Value
BooleanSee Also