Table of Contents
WeekButtonStyle Property

Gets or sets the style to be applied to week buttons. This is a dependency property.

Syntax
 public Style WeekButtonStyle { get; set; }
Remarks

Week buttons are the numbers displayed in front of each week when ShowWeekNumber is set to true. The target type of this style is BareButton.

See Also