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