Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / HeaderInfo Class
Members


In This Topic
    HeaderInfo Class
    In This Topic
    Represents a HeaderInfo contains the information for header button presentation in GrapeCity.Windows.InputMan.GcDropDownCalendar.
    Object Model
    HeaderInfo Class
    Syntax
    'Declaration
     
    Public Class HeaderInfo 
    'Usage
     
    Dim instance As HeaderInfo
    public class HeaderInfo 
    Remarks
    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 System.String value that the HeaderInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.YearMonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.HeaderInfo

    See Also