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

SchedulerHitInfo.Contains(SchedulerHitTest) Method

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.dll

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