Skip to main content
A newer version of this page is available. .

SchedulerHitInfo.FindFirstLayoutHitInfo() Method

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.dll

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