Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public static SchedulerHitInfo None { get; }

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