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

TextEdit.SelectAll() Method

In This Article

Selects all text within the text box.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public override void SelectAll()

#Remarks

This method enables you to select all text within the control. Note that end-users can select the entire text box’s content using the built-in context menu or the F2 key. You can use the SelectAll method if you need to provide additional methods for selecting the editor’s content. You may also need to facilitate end-user input using this method. For instance, you can select the entire editor’s content when an editor receives focus.

See Also