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

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.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public TimeInterval HitInterval { get; }

Property Value

Type Description
TimeInterval

A TimeInterval object.

See Also