[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarItem.HeaderInfo

HeaderInfo Property

HeaderInfo

Gets the GrapeCity.Windows.InputMan.Primitives.HeaderInfo which contains the advanced information of the CalendarItem represents. This is a dependency property.

Declaration
public HeaderInfo HeaderInfo { get; }
Public ReadOnly Property HeaderInfo As HeaderInfo
Property Value
Type Description
HeaderInfo

The GrapeCity.Windows.InputMan.Primitives.HeaderInfo which this CalendarItem presented.

Remarks

The GrapeCity.Windows.InputMan.Primitives.HeaderInfo contains the following information:

HeaderInfo PropertyDescription
GrapeCity.Windows.InputMan.Primitives.HeaderInfo.StartDateThe first date of the date range which the GrapeCity.Windows.InputMan.Primitives.HeaderInfo represents.
GrapeCity.Windows.InputMan.Primitives.HeaderInfo.EndDateThe last date of the date range which the GrapeCity.Windows.InputMan.Primitives.HeaderInfo represents.
GrapeCity.Windows.InputMan.Primitives.HeaderInfo.TextThe 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.