TextEditBase.Delete() Method
In This Article
Deletes the currently selected text from the text editor.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Remarks
To clear the text, use the TextEditBase.Clear method.
See Also