Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / ShowToday Property


In This Topic
    ShowToday Property (DropDownCalendar)
    In This Topic
    Gets or sets a value that indicates whether to show the today legend.
    Syntax
    'Declaration
     
    
    Public Property ShowToday As Boolean
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim value As Boolean
     
    instance.ShowToday = value
     
    value = instance.ShowToday
    public bool ShowToday {get; set;}

    Property Value

    A bool value that indicates whether to show the today legend.The default is false.
    Remarks
    This property determines whether to show the today legend at the bottom of this calendar.
    See Also