Skip to main content

SchedulerHitInfo.NextHitInfo Property

Provides the hit information about the element that is positioned next below the current hit element.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public SchedulerHitInfo NextHitInfo { get; }

Property Value

Type Description
SchedulerHitInfo

A SchedulerHitInfo object.

Remarks

Use the SchedulerHitInfo.FindHitInfo method for deeper and more specific searches.

See Also