AppointmentDragEventArgs.HitResource Property
Gets the resource to which an appointment was dragged.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
| Type | Description |
|---|---|
| Resource | A Resource object. |
Remarks
If the scheduler’s view is not grouped (the group type is SchedulerGroupType.None), the HitResource property returns empty resource. When appointments are grouped, the parameter identifies the resource of the time cell group to which an appointment was dragged.
See Also