PropertiesIsDirty Property |
Gets/Sets whether this properties container is dirty.
IsDirty automatically gets set to true when a property in this container (or a nested container)
changes.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsDirty { get; set; }
Property Value
BooleanSee Also