Skip to main content

SchedulerControl.CalcHitInfos(Point) Method

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

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