Gets or sets the number of month view columns.

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

Syntax

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

See Also