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

ISchedulerHitInfo.HitPoint Property

Gets the test point.

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

Point HitPoint { get; }

Property Value

Type Description
Point

A Point structure which specifies the test point coordinates relative to the top left corner.

See Also