Skip to main content

CalendarHitInfo.HitPoint Property

Gets or sets the test point.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Point HitPoint { get; set; }

Property Value

Type Description
Point

A Point structure that specifies the coordinates of the test point relative to the control’s top left corner.

See Also