Determines whether to display week numbers.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.MonthView")]
[JsonAttribute(true, true, false)]
[DefaultValueAttribute(false)]
public bool ShowWeekNumbers { get; set; }
Visual Basic
<C1CategoryAttribute("Category.MonthView")> _
<JsonAttribute(True, True, False)> _
<DefaultValueAttribute(False)> _
Public Property ShowWeekNumbers As Boolean
	Get
	Set

See Also