Skip to main content
A newer version of this page is available. .

BreadCrumbNode.ToString() Method

Gets the textual representation of this BreadCrumbNode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A String value that is this BreadCrumbNode‘s textual representation.

See Also