Whether or not the boolean dirty state of the web control is currently set.
[Visual Basic] Public Property IsDirty As Boolean [C#] public bool IsDirty {get; set;} [C++] public: __property bool get_IsDirty(); public: __property void set_IsDirty(bool); [JScript] public function get IsDirty() : Boolean; public function set IsDirty(Boolean);
The control's dirty boolean state.
This is used during saving of the inner content.
UserControlDesigner Class | UserControlDesigner Members | System.Web.UI.Design Namespace