Skip to main content

CalendarHitInfo(Point) Constructor

Initializes a new instance of the CalendarHitInfo class for the specified point.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CalendarHitInfo(
    Point hitPoint
)

Parameters

Name Type Description
hitPoint Point

A Point structure that defines a point in a plane.

See Also