Skip to main content

OfficeDocumentBase<T>.Modified Property

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

Namespace: DevExpress.Web.Office.Internal

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract bool Modified { get; }

Property Value

Type Description
Boolean

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

Implements

See Also