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.v21.1.dll

NuGet Packages: DevExpress.Win.Design, 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