Back to Devexpress

BreadCrumbEdit.SelectAll() Method

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbedit-316be9bf.md

latest1.9 KB
Original Source

BreadCrumbEdit.SelectAll() Method

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override void SelectAll()
vb
Public Overrides Sub 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.

See Also

BreadCrumbMode

Breadcrumb Edit Control

BreadCrumbEdit Class

BreadCrumbEdit Members

DevExpress.XtraEditors Namespace