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


In This Topic
    CalendarInfo Class
    In This Topic
    Represents a CalendarInfo contains the advanced information for GrapeCity.Windows.InputMan.Primitives.CalendarButton presentation.
    Object Model
    CalendarInfo Class
    Syntax
    'Declaration
     
    Public Class CalendarInfo 
    'Usage
     
    Dim instance As CalendarInfo
    public class CalendarInfo 
    Remarks
    The CalendarInfo contains the following information:
    CalendarInfoProperty Description
    StartDate The first date of the date range which the CalendarInfo represents.
    EndDate The last date of the date range which the CalendarInfo represents.
    IsTrailing The dates between StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates.
    HasSelectedDays The date range of StartDate and EndDate contains some selected days.
    Text The formatted System.String value that the CalendarInfo should be presented according to the GrapeCity.Windows.InputMan.GcDropDownCalendar.MonthFormat or GrapeCity.Windows.InputMan.GcDropDownCalendar.YearFormat.
    Inheritance Hierarchy

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

    See Also