Click or drag to resize

DataColumnCollectionIsDataDirty Property

Is true if any data in a child DataColumn has changed since the last saving of the project. This flag is not set to true if other parts of this collection changed, for instance the column scripts.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsDataDirty { get; }

Property Value

Boolean
See Also