Skip to main content

CalendarHitInfo.Pt Property

OBSOLETE

Use the HitPoint property instead.

Gets the point being hit.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the HitPoint property instead.")]
public Point Pt { get; set; }

Property Value

Type Description
Point

A Point structure that is the point within the control with coordinates relative to the control’s top-left corner.

See Also