Back to Devexpress

RichEditDocumentServer.Modified Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-920a1390.md

latest1.7 KB
Original Source

RichEditDocumentServer.Modified Property

Gets or sets a value that indicates that the document contents is modified since it was last saved.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public bool Modified { get; set; }
vb
Public Property Modified As Boolean

Property Value

TypeDescription
Boolean

true if the control’s contents were modified since it was last saved; otherwise, false.

|

Remarks

The IRichEditDocumentServer.SaveDocument method call does not affect the Modified property value.

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

Implements

Modified

See Also

RichEditDocumentServer Class

RichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace