Skip to main content

SpreadsheetDocumentInfo.Modified Property

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

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public override bool Modified { get; }

Property Value

Type Description
Boolean

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

See Also