SchedulerHitInfo(SelectableIntervalViewInfo, SchedulerHitTest) Constructor
Initializes a new instance of the SchedulerHitInfo class with the specified view and hit testing information.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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. |
See Also