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


In This Topic
    TodayMarkColor Property
    In This Topic
    Gets or sets color for Today marker.
    Syntax
    'Declaration
     
    
    Public Property TodayMarkColor As Color
    'Usage
     
    
    Dim instance As CalendarDropDownStyleInfo
    Dim value As Color
     
    instance.TodayMarkColor = value
     
    value = instance.TodayMarkColor
    public Color TodayMarkColor {get; set;}
    Example
    This example sets properties for the calendar.
    See Also