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

SchedulerHitInfo(SelectableIntervalViewInfo, SchedulerHitTest, SchedulerHitInfo) Constructor

Initializes a new instance of the SchedulerHitInfo class with the specified view and hit testing information, and in addition, hit information about the next scheduler element under the test point.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public SchedulerHitInfo(
    SelectableIntervalViewInfo viewInfo,
    SchedulerHitTest hitTest,
    SchedulerHitInfo nextHitInfo
)

Parameters

Name Type Description
viewInfo DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo

A DevExpress.XtraScheduler.Drawing.SelectableIntervalViewInfo object which contains view information. This value is assigned to the SchedulerHitInfo.ViewInfo property.

hitTest SchedulerHitTest

A SchedulerHitTest enumeration value which specifies the scheduler element under the test point. This value is assigned to the SchedulerHitInfo.HitTest property.

nextHitInfo SchedulerHitInfo

A SchedulerHitInfo object which contains information about the next (underlying) scheduler element under the test point. This value is assigned to the SchedulerHitInfo.NextHitInfo property.

See Also