System.Web.UI.Design.ControlDesigner.IsDirty Property

Gets or sets a value indicating whether the Web server control has been marked as changed.

Syntax

[System.Obsolete("Use Tag.SetDirty() and Tag.IsDirty instead.")]
public bool IsDirty { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

The ControlDesigner.IsDirty property is obsolete. Use the IControlDesignerTag.IsDirty property and the IControlDesignerTag.SetDirty(bool) method on the ControlDesigner.Tag property for equivalent control designer functionality.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0