Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Built-In Context Menu

Text editors offer a built-in context menu that enables end-users to perform clipboard operations. All these actions can also be performed using shortcuts or code.

TextEdit Context Menu

Menu Item Action Shortcut Member
Copy Copies the selected text to the clipboard. CTRL+C, CTRL+INS TextEditBase.Copy
Paste Pastes clipboard content. CTRL+V, SHIFT+INS TextEditBase.Paste
Cut Copies the selected text to the clipboard and removes it. CTRL+X, SHIFT+DEL TextEditBase.Cut