CalendarHitInfo.Clear() Method
In This Article
Sets the CalendarHitInfo properties to default values which indicate that the hit information is undefined.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Remarks
The Clear method sets the CalendarHitInfo.HitTest to the CalendarHitInfoType.Unknown value, the CalendarHitInfo.HitDate to the System.DateTime.MinValue and the CalendarHitInfo.HitPoint property to the System.Drawing.Point.Empty value.
See Also