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

AppointmentItemDragDropEventArgs.HitInterval Property

Gets the datetime range represented by the time cell to which an appointment is dragged.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public DateTimeRange HitInterval { get; }

Property Value

Type Description
DateTimeRange

A DateTimeRange object that is the target time cell interval.

See Also