Skip to main content

SchedulerHitInfo.Contains(SchedulerHitTest) Method

Determines whether the current hit information contains the specified Scheduler element.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual bool Contains(
    SchedulerHitTest types
)

Parameters

Name Type Description
types SchedulerHitTest

A SchedulerHitTest enumeration value which specifies the scheduler element to locate.

Returns

Type Description
Boolean

true if the specified Scheduler element is located under the test point; otherwise, false.

See Also