BreadCrumbNodeCollection.IndexOf(BreadCrumbNode) Method
Returns the BreadCrumbNode index within this BreadCrumbNodeCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
node | BreadCrumbNode | A BreadCrumbNode whose position within this BreadCrumbNodeCollection is to be obtained. |
Returns
Type | Description |
---|---|
Int32 | An Int32 value that is the BreadCrumbNode index within this BreadCrumbNodeCollection. |
See Also