RichEditControl.ResetText() Method
Clears the content in the control.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
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