Determines whether to display week days.

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

Syntax

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

See Also