SchedulerHitInfo.None Property
Gets the hit information that specifies that the test point does not belong to any part of the scheduler.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v22.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
SchedulerHitInfo | A SchedulerHitInfo object that contains empty hit information. |
Remarks
Usually empty hit information means that the SchedulerHitInfo.HitTest property is equal to SchedulerHitTest.None.
See Also