Skip to main content

SpreadsheetControl.Modified Property

Gets or sets a value that indicates that the document content was modified since it was last saved.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v25.1.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

[Browsable(false)]
[DefaultValue(false)]
public bool Modified { get; set; }

Property Value

Type Default Description
Boolean false

true if the control’s content was modified since it was last saved; otherwise, false.

Remarks

The SpreadsheetControl.SaveDocument, SpreadsheetControl.SaveDocumentAs or ISpreadsheetComponent.SaveDocument method call does not automatically change the Modified property value. The SaveDocumentCommand or SaveDocumentAsCommand)execution changes the Modified property value to false.

See Also