Skip to main content

BreadCrumbEdit.SelectAll() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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