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