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
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