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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.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 GrayTextColor property.

See Also