Gets whether any of the properties have been changed

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

A Boolean

See Also