Skip to main content

RichEditControl.ResetText() Method

Clears the content in the control.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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