Skip to main content
A newer version of this page is available. .

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

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.

See Also