Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DayInfo Class / IsTrailing Property


In This Topic
    IsTrailing Property (DayInfo)
    In This Topic
    Gets a value indicating whether the Date is a trailing day.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsTrailing As Boolean
    'Usage
     
    Dim instance As DayInfo
    Dim value As Boolean
     
    value = instance.IsTrailing
    public bool IsTrailing {get;}

    Property Value

    true if the Date is a trailing day; otherwise, false.
    Remarks
    When a GrapeCity.Windows.InputMan.GcDropDownCalendar shows a month, February 1998, for example, and the 7 days before February 1st 1998 and the 7 days after February 28 1998 are trailing days. The IsTrailing of the GrapeCity.Windows.InputMan.Primitives.CalendarDayButton which represents such days, is true.
    See Also