DependencyViewInfo.HitTestType Property
Gets a value identifying the type of the visual element located under the test point.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public override SchedulerHitTest HitTestType { get; }
Public Overrides ReadOnly Property HitTestType As SchedulerHitTest
Property Value
Type | Description |
---|---|
SchedulerHitTest | An SchedulerHitTest.AppointmentDependency value. |
Remarks
To determine the test point type, call the SchedulerViewBase.CalcHitInfo method and examine the SchedulerHitInfo.HitTest property of the returned SchedulerHitInfo object.
See Also
Feedback