Skip to main content
A newer version of this page is available. .

RichEditDocumentInfo.Modified Property

Gets a value indicating whether the current document was modified after it was opened.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public override bool Modified { get; }

Property Value

Type Description
Boolean

true, if the document was modified; otherwise, false.

See Also