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

CalendarHitInfo.Header Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public CalendarHeaderViewInfoBase Header { get; }

Property Value

Type Description
DevExpress.XtraEditors.Controls.CalendarHeaderViewInfoBase

A DevExpress.XtraEditors.Controls.CalendarHeaderViewInfoBase class descendant providing view information on the calendar header.

Remarks

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

See Also