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

CalendarHitInfo.IsInHeader Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public bool IsInHeader { get; }

Property Value

Type Description
Boolean

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

See Also