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

CalendarHitInfo.Footer Property

Gets the object which contains the information used to render the calendar footer.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public CalendarFooterViewInfoBase Footer { get; }

Property Value

Type Description
DevExpress.XtraEditors.Controls.CalendarFooterViewInfoBase

A DevExpress.XtraEditors.Controls.CalendarFooterViewInfoBase class descendant providing view information on the calendar footer.

Remarks

The Footer property provides access to a DevExpress.XtraEditors.Controls.CalendarFooterViewInfoBase class descendant. The properties and methods of this object can be used to obtain all the view information available on the calendar footer.

See Also