Get or sets whether the element was edited during edit mode.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public virtual bool IsDirty { get; set; }
Visual Basic
Public Overridable Property IsDirty As Boolean
	Get
	Set

See Also