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

BreadCrumbEdit.SelectAll() Method

In This Article

Selects the entire BreadCrumbEdit path when this BreadCrumbEdit is in Edit mode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public override void SelectAll()

#Remarks

Use the RepositoryItemBreadCrumbEdit.BreadCrumbMode property to apply Edit or Select mode to the BreadCrumbEdit. When in Edit mode, the BreadCrumbEdit path (see the BreadCrumbEdit.Path property) is presented as plain editable text. End-users can modify this text string with the keyboard in order to navigate to a certain node. The SelectAll method selects the entire string, as the image below illustrates.

BRC - SelectAll

See Also