Skip to main content

AppointmentResizeEventArgs.HitResource Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.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 value of this parameter is Any. When appointments are grouped, the parameter identifies the resource of the time cell group where the appointment is resized.

See Also