Skip to main content

CalendarHitInfo.IsInCalendarHeader Property

Gets or sets whether the test point is located in the calendar header.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool IsInCalendarHeader { get; set; }

Property Value

Type Description
Boolean

true if the test point is located in the calendar header; otherwise, false.

See Also