Gets whether any of the properties have been changed

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

Syntax

C#
[BrowsableAttribute(false)]
public bool IsDirty { get; }
Visual Basic
<BrowsableAttribute(false)> 
Public ReadOnly Property IsDirty As Boolean
	Get

Field Value

A Boolean

See Also