Gets or sets a Brush object used to display disabled days.
This is a dependency property.
Namespace:
C1.Xaml.CalendarAssembly: C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)
Syntax
| C# |
|---|
public Brush DisabledDayBrush { get; set; } |
| Visual Basic |
|---|
Public Property DisabledDayBrush As Brush Get Set |
Remarks
The default value corresponds to the current value of the [!:System.Windows.SystemColors.GrayTextColor] property.