Skip to main content

CalendarHitInfo.Clear() Method

Sets the CalendarHitInfo properties to default values which indicate that the hit information is undefined.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Clear()

Remarks

The Clear method sets the CalendarHitInfo.InfoType to the CalendarHitInfoType.Unknown value, the CalendarHitInfo.HitDate to the System.DateTime.MinValue and the CalendarHitInfo.Pt property to the System.Drawing.Point.Empty value.

See Also