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

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

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