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

CalendarHitInfo.IsInFooter Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public bool IsInFooter { get; }

Property Value

Type Description
Boolean

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

See Also