ControlDesigner::IsDirty Property
.NET Framework (current version)
Gets or sets a value indicating whether the Web server control has been marked as changed.
Assembly: System.Design (in System.Design.dll)
public: [ObsoleteAttribute("The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202")] property bool IsDirty { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue, if the Web server control has changed since it was last persisted or loaded; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show:
