Skip to main content
A newer version of this page is available. .

CalendarHitInfo.Pt Property

OBSOLETE

Use the HitPoint property instead.

Gets the point being hit.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Obsolete("Use the HitPoint property instead.")]
[Browsable(false)]
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