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


In This Topic
    IsTrailing Property (CalendarInfo)
    In This Topic
    Gets a value indicating whether the dates between StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsTrailing As Boolean
    'Usage
     
    Dim instance As CalendarInfo
    Dim value As Boolean
     
    value = instance.IsTrailing
    public bool IsTrailing {get;}

    Property Value

    true if the dates between StartDate and GrapeCity.Windows.InputMan.Primitives.CalendarInfo.EndDate are trailing dates; otherwise, false.
    See Also