Skip to main content
A newer version of this page is available. .

SchedulerControl.CalcHitInfos(Point) Method

Returns information on all scheduler elements located at the specified point.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public IEnumerable<ISchedulerHitInfo> CalcHitInfos(
    Point hitPoint
)

Parameters

Name Type Description
hitPoint Point

A Point structure which specifies the test point coordinates relative to the top left corner.

Returns

Type Description
IEnumerable<ISchedulerHitInfo>

A IEnumerable<T><ISchedulerHitInfo,> object that is the collection of objects containing hit information.

See Also