Skip to main content
Row

ISpreadsheetComponent.Modified Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Modified { get; set; }

Property Value

Type Description
Boolean

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

See Also