BreadCrumbNode.Clone(Boolean) Method
In This Article
Copies this BreadCrumbNode with or without its child nodes.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BreadCrumbNode Clone(
bool recursive
)
#Parameters
Name | Type | Description |
---|---|---|
recursive | Boolean | true if the newly created Bread |
#Returns
Type | Description |
---|---|
Bread |
A Bread |
See Also