Skip to main content

CalendarHitInfo.Header Property

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

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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