Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ResourceItem HitResource { get; }

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