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.2.dll
Declaration
Property Value
Type | Description |
---|---|
SchedulerHitInfo | A SchedulerHitInfo object. |
Remarks
Use the SchedulerHitInfo.FindHitInfo method for deeper and more specific searches.
See Also