Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentViewInfo.CalculateHitInfo(Point, SchedulerHitInfo) Method

Calculates hit information for the specified test point.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public override SchedulerHitInfo CalculateHitInfo(
    Point pt,
    SchedulerHitInfo nextHitInfo
)

#Parameters

Name Type Description
pt Point

A Point object containing coordinates of the test point.

nextHitInfo SchedulerHitInfo

A SchedulerHitInfo object containing information on the scheduler element under the test point.

#Returns

Type Description
SchedulerHitInfo

A SchedulerHitInfo object containing information on the scheduler element under the test point.

#Remarks

The CalculateHitInfo method is called when the SchedulerControl performs a hit test routine, e.g. when the SchedulerViewInfoBase.CalcHitInfo is called.

See Also