BreadCrumbEdit.CalcHitInfo(Point) Method
Returns information on BreadCrumbEdit elements located at the target position.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v26.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| pt | Point | A Point structure that is the target location to be tested. |
Returns
| Type | Description |
|---|---|
| DevExpress.XtraEditors.ViewInfo.BreadCrumbEditHitInfo | A DevExpress.XtraEditors.ViewInfo.BreadCrumbEditHitInfo object containing information on BreadCrumbEdit elements located at the target position. |
See Also