Back to Devexpress

RichEditControl.Modified Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-3892ef3d.md

latest1.9 KB
Original Source

RichEditControl.Modified Property

Gets or sets a value that indicates that the RichEdit control content was modified since it was last saved.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Browsable(false)]
public bool Modified { get; set; }
vb
<Browsable(False)>
Public Property Modified As Boolean

Property Value

TypeDescription
Boolean

true if the control content was modified since it was last saved; otherwise, false.

|

Remarks

The RichEditControl.SaveDocument, RichEditControl.SaveDocumentAs or Document.SaveDocument method call does not automatically change the Modified property value. The SaveDocumentCommand or SaveDocumentAsCommand execution changes the Modified property value to false.

When the Modified property value is changed, the RichEditControl.ModifiedChanged event raises.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace