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


In This Topic
    ShowToday Property (DropDownCalendarInfo)
    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 DropDownCalendarInfo
    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