Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CalendarDropDownStyleInfo Class / ShowToday Property
Example


In This Topic
    ShowToday Property
    In This Topic
    Enables or disables showing Today marker.
    Syntax
    'Declaration
     
    
    Public Property ShowToday As Boolean
    'Usage
     
    
    Dim instance As CalendarDropDownStyleInfo
    Dim value As Boolean
     
    instance.ShowToday = value
     
    value = instance.ShowToday
    public bool ShowToday {get; set;}
    Example
    This example sets properties for the calendar.
    See Also