AppointmentItemDragDropEventArgs.HitResource Property
Indicates the resource to which an appointment is dragged.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
ResourceItem | A ResourceItem object that is the target resource. |
Remarks
When appointments are grouped, the property returns the resource of the time cell group to which an appointment is dragged. The HitResource property returns an empty resource if the scheduler’s group type is SchedulerGroupType.None.
See Also