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


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

    Property Value

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