ControlDesigner.IsDirty Property

Definition

Caution

The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202

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

C#
public bool IsDirty { get; set; }
C#
[System.Obsolete("The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202")]
public bool IsDirty { get; set; }

Property Value

true, if the Web server control has changed since it was last persisted or loaded; otherwise, false.

Attributes

Remarks

Not

The IsDirty property is obsolete. Use the IsDirty property and the SetDirty method on the Tag property for equivalent control designer functionality.

Applies to

Ürün Sürümler (Kullanım dışı)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)

See also