BreadCrumbNode.Clone() Method
Copies this BreadCrumbNode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
BreadCrumbNode | A BreadCrumbNode that is the target BreadCrumbNode‘s clone. |
Remarks
The BreadCrumbNode‘s copy, created via the Clone method, does not include the same nodes within its BreadCrumbNode.ChildNodes collection as the source BreadCrumbNode. To clone a node with all its child nodes, please use the Clone method overload that takes a boolean parameter, set to true.
See Also