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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
SchedulerHitInfo | A SchedulerHitInfo object. |
Remarks
Use the SchedulerHitInfo.FindHitInfo method for deeper and more specific searches.
See Also