Click or drag to resize

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

Property Value

Boolean
See Also