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

CalendarHitInfo.HitDate Property

Gets or sets the calendar date located under the test point.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public DateTime HitDate { get; set; }

Property Value

Type Description
DateTime

A DateTime structure that specifies the calendar date located under the test point.

See Also