Back to Devexpress

SpreadsheetControl.Modified Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-1a9c686d.md

latest1.9 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
public bool Modified { get; set; }
vb
<Browsable(False)>
<DefaultValue(False)>
Public Property Modified As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

ModifiedChanged

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.XtraSpreadsheet Namespace