BreadCrumbEdit.SelectAll() Method
Selects the entire BreadCrumbEdit path when this BreadCrumbEdit is in Edit mode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also