CalendarHitInfo(Point, ObjectState) Constructor
Initializes a new instance of the CalendarHitInfo class for the specified point.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
hitPoint | Point | A Point structure that defines a point in a plane. This value is assigned to the CalendarHitInfo.HitPoint property. |
hitInfoType | DevExpress.Utils.Drawing.ObjectState | An ObjectState enumeration value that specifies the state of visual element under the hit point. This value is assigned to the CalendarHitInfo.HitInfoType property. |
See Also