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

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.v19.1.dll

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