AppointmentViewInfo.HitTestType Property
Gets the enumeration member which indicates the contents of the appointment when it is hit.
Namespace: DevExpress.Xpf.Scheduler.Drawing
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public SchedulerHitTest HitTestType { get; }
Public ReadOnly Property HitTestType As SchedulerHitTest
Property Value
| Type | Description |
|---|---|
| SchedulerHitTest | A SchedulerHitTest.AppointmentContent value. |
Implements
DevExpress.XtraScheduler.Native.ISelectableIntervalViewInfo.HitTestType
See Also