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

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.v19.1.dll

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