Gets a Boolean value that indicates whether the document has been modified since it was last saved.
Namespace:
C1.Win.XmlEditorAssembly: C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public bool IsDirty { get; } |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public ReadOnly Property IsDirty As Boolean |
Remarks
If the IsDirty property is True, data in the XML document has been changed since it was last saved. If False, no changes have occurred.