SchedulerHitInfo.Contains(SchedulerHitTest) Method
Determines whether the current hit information contains the specified Scheduler element.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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