AppointmentDragEventArgs.HitResource Property
In This Article
Gets the resource to which an appointment was dragged.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Resource | A Resource object. |
#Remarks
If the scheduler's view is not grouped, then the value of this parameter is Any. When appointments are grouped, the parameter identifies the resource of the time cell group to which an appointment was dragged.
See Also