Table of Contents
ShowWeekNumber Property

Gets or sets a value that indicates whether week numbers will be shown on each month within the Calendar. This is a dependency property.

Syntax
 public Boolean ShowWeekNumber { get; set; }

Property Value

true to show week numbers; otherwise false. The default value is false.

See Also