In This Topic
Gets or sets a
System.Boolean value indicating whether the control displays week numbers (1-52). This is a dependency property. The default is false.
Syntax
'Declaration
Public Property ShowWeekNumbers As Boolean
public bool ShowWeekNumbers {get; set;}
See Also