Gets or sets the number of month view rows.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] [JsonAttribute(true, true, )] [C1CategoryAttribute("Category.MonthView")] public int MonthRows { get; set; } |
| Visual Basic |
|---|
<NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute()> _ <JsonAttribute(True, True, )> _ <C1CategoryAttribute("Category.MonthView")> _ Public Property MonthRows As Integer Get Set |