Back to Devexpress

AppointmentItemResizeEventArgs.HitResource Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitemresizeeventargs-32b18da8.md

latest1.6 KB
Original Source

AppointmentItemResizeEventArgs.HitResource Property

Gets the resource assigned to cells to which an appointment’s side is moved.

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 assigned resource.

|

Remarks

When the appointments are grouped, the HitResource property identifies the resource of the time cell by which an appointment is resized. If no grouping is specified, the HitResource property value is an empty resource with an ResourceItemEmpty.Id identifier.

See Also

AppointmentItemResizeEventArgs Class

AppointmentItemResizeEventArgs Members

DevExpress.Xpf.Scheduling Namespace