Skip to main content

IDocumentInfo.Modified Property

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

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

bool Modified { get; }

#Property Value

Type Description
Boolean

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

See Also