Gets or sets the number of rows in month view.

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

Syntax

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

See Also