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

TextEditBase.Delete() Method

Deletes the currently selected text from the text editor.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual void Delete()

Remarks

To clear the text, use the TextEditBase.Clear method.

See Also