[]
Represents a HeaderInfo contains the information for header button presentation in GrapeCity.Windows.InputMan.GcDropDownCalendar.
public class HeaderInfo
Public Class HeaderInfo
The GrapeCity.Windows.InputMan.GcDropDownCalendar displays a range of date such as a month, a year or a decade. The HeaderInfo contains the information for the current displayed range. It also is presented in the header button content in the default template of GrapeCity.Windows.InputMan.GcDropDownCalendar. The HeaderInfo contains the following information:
HeaderInfo Property | Description |
---|---|
StartDate | The first date of the date range which the HeaderInfo represents. |
EndDate | The last date of the date range which the HeaderInfo represents. |
Text | The formatted string value that the HeaderInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.YearMonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat. |
Name | Description |
---|---|
EndDate | Gets the last date of the date range which the HeaderInfo represents. |
StartDate | Gets the first date of the date range which the HeaderInfo represents. |
Text | Gets the formatted string value that the HeaderInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.YearMonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat. |