RichEditControl.ResetText() Method
Clears the content in the control.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v22.2.dll
NuGet Package: DevExpress.Win.RichEdit
Declaration
Remarks
This method resets the control’s RichEditControl.Text property to an empty string.
Use the RichEditControl.CreateNewDocument method to reset the RichEditControl’s document content.
See Also