Skip to main content

BreadCrumbEdit.CalcHitInfo(Point) Method

Returns information on BreadCrumbEdit elements located at the target position.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BreadCrumbEditHitInfo CalcHitInfo(
    Point pt
)

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