Property ShowWeekNumbers
ShowWeekNumbers
Gets or sets a value indicating whether to show week numbers on the left side of the calendar.
public virtual bool ShowWeekNumbers { get; set; }
Property Value
Remarks
This feature is implemented only in the native calendar. In order to use
native calendar, set UseGeneric property to false
.