Back to Devexpress

SchedulerControl.CalcHitInfos(Point) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-calchitinfos-x28-system-dot-windows-dot-point-x29.md

latest1.8 KB
Original Source

SchedulerControl.CalcHitInfos(Point) Method

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IEnumerable<ISchedulerHitInfo> CalcHitInfos(
    Point hitPoint
)
vb
Public Function CalcHitInfos(
    hitPoint As Point
) As IEnumerable(Of ISchedulerHitInfo)

Parameters

NameTypeDescription
hitPointPoint

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

|

Returns

TypeDescription
IEnumerable<ISchedulerHitInfo>

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

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace