Skip to main content

RichEditControl.Modified Property

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

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

#Property Value

Type Default Description
Boolean

false

true if the control's contents were modified since it was last saved.; otherwise, false.

#Implements

See Also