Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / ShowTrailing Property


In This Topic
    ShowTrailing Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets a value that indicates whether to show trailing dates.
    Syntax
    'Declaration
     
    
    Public Property ShowTrailing As Boolean
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value As Boolean
     
    instance.ShowTrailing = value
     
    value = instance.ShowTrailing
    public bool ShowTrailing {get; set;}

    Property Value

    A bool value that indicates whether to show the trailing days. The default is true.
    See Also