Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / DisabledDayBrush Property

In This Topic
    DisabledDayBrush Property
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to display disabled days. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property DisabledDayBrush As Brush
    public Brush DisabledDayBrush {get; set;}
    Remarks
    The default value corresponds to the current value of the System.Windows.SystemColors.GrayTextColor property.
    See Also