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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool IsDataDirty { get; }
Property Value
Boolean
See Also