Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ISpreadsheetComponent.Modified Property

Gets or sets whether the document content was modified since it was last saved.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

bool Modified { get; set; }

Property Value

Type Description
Boolean

true if the document’s contents was modified; otherwise, false.

See Also