RichEditControl.Modified Property
In This Article
Gets or sets a value that indicates that the RichEdit control contents were modified since it was last saved.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v14.2.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if the control's contents were modified since it was last saved.; otherwise, false. |
See Also