Skip to main content

AppointmentDragEventArgs.HitInterval Property

Gets the time interval represented by the time cell to which an appointment was dragged.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public TimeInterval HitInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object.

See Also