SchedulerHitInfo.FindFirstLayoutHitInfo() Method
Finds the first SchedulerHitInfo object that is not null for the current hit.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
Type | Description |
---|---|
SchedulerHitInfo | A SchedulerHitInfo object. |
Remarks
The FindFirstLayoutHitInfo finds the first layout element being hit. So you cannot get hit info for a time cell covered by appointment. You will get the appointment hit info instead. Use the SchedulerHitInfo.FindHitInfo method for deeper and more specific searches.
See Also