Skip to main content

AppointmentItemDragDropEventArgs.HitResource Property

Indicates the resource to which an appointment is dragged.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ResourceItem HitResource { get; }

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