[]
Gets the GrapeCity.Windows.InputMan.Primitives.HeaderInfo which contains the advanced information of the CalendarItem represents. This is a dependency property.
public HeaderInfo HeaderInfo { get; }
Public ReadOnly Property HeaderInfo As HeaderInfo
Type | Description |
---|---|
HeaderInfo | The GrapeCity.Windows.InputMan.Primitives.HeaderInfo which this CalendarItem presented. |
The GrapeCity.Windows.InputMan.Primitives.HeaderInfo contains the following information:
HeaderInfo Property | Description |
---|---|
GrapeCity.Windows.InputMan.Primitives.HeaderInfo.StartDate | The first date of the date range which the GrapeCity.Windows.InputMan.Primitives.HeaderInfo represents. |
GrapeCity.Windows.InputMan.Primitives.HeaderInfo.EndDate | The last date of the date range which the GrapeCity.Windows.InputMan.Primitives.HeaderInfo represents. |
GrapeCity.Windows.InputMan.Primitives.HeaderInfo.Text | The formatted string value that the GrapeCity.Windows.InputMan.Primitives.HeaderInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.YearMonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat. |