Skip to main content

BreadCrumbHistoryItem.ToString() Method

Gets the textual representation of this BreadCrumbHistoryItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A String value that represents this BreadCrumbHistoryItem object’s BreadCrumbHistoryItem.Path property value.

See Also