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

BreadCrumbHistoryItem.ToString() Method

Gets the textual representation of this BreadCrumbHistoryItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

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

See Also