Skip to main content

SchedulerHitInfo.FindFirstLayoutHitInfo() Method

Finds the first SchedulerHitInfo object that is not null for the current hit.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual SchedulerHitInfo FindFirstLayoutHitInfo()

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