Determines if the editor text has been modified and is
currently unsaved.
| C# |
public bool Modified { get; }
This read-only attribute should always be false
if AutoSave is set to true (the default) and the client-side
ASP.NET validation process has taken place.