Gets or sets a Brush object used to display disabled days. This is a dependency property.

Namespace:  C1.Xaml.Calendar
Assembly:  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.

See Also