Skip to main content

AppointmentResizeEventArgs.HitInterval Property

Gets the time interval represented by the time cell to which the appointment's side is moved.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public TimeInterval HitInterval { get; }

#Property Value

Type Description
TimeInterval

A DevExpress.XtraScheduler.TimeInterval object.

See Also