Skip to main content

CalendarHitInfo.IsInFooter Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v24.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