Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / TodayBackground Property


In This Topic
    TodayBackground Property
    In This Topic
    Gets or sets a brush that describes the background of today button. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property TodayBackground As Brush
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As Brush
     
    instance.TodayBackground = value
     
    value = instance.TodayBackground
    public Brush TodayBackground {get; set;}

    Property Value

    The brush that is used to fill the today button's background.
    See Also