Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / SelectedBackground Property

In This Topic
    SelectedBackground Property (C1Scheduler)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to highlight currently selected day. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property SelectedBackground As Brush
    public Brush SelectedBackground {get; set;}
    See Also