Back to Devexpress

AppointmentItemDragDropEventArgs.HitResource Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitemdragdropeventargs.md

latest1.5 KB
Original Source

AppointmentItemDragDropEventArgs.HitResource Property

Indicates the resource to which an appointment is dragged.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ResourceItem HitResource { get; }
vb
Public ReadOnly Property HitResource As ResourceItem

Property Value

TypeDescription
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

AppointmentItemDragDropEventArgs Class

AppointmentItemDragDropEventArgs Members

DevExpress.Xpf.Scheduling Namespace