Click or drag to resize

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.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsDirty { get; }

Property Value

Boolean
See Also