Skip to main content
A newer version of this page is available. .

RichEditControl.ResetText() Method

Clears the content in the control.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v20.2.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

public override void ResetText()

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