Skip to main content
A newer version of this page is available. .

AppointmentResizeEventArgs.HitResource Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public Resource HitResource { get; }

Property Value

Type Description
Resource

A Resource object.

Remarks

If the scheduler’s view is not grouped, then the HitResource property value is an empty resource with an EmptyResourceId.Id identifier. When appointments are grouped, the property identifies the resource of the time cell by which an appointment is resized.

See Also