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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
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