Determines whether to display days that belong to other month in a month view.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Appearance")] [JsonAttribute(true, true, true)] [DefaultValueAttribute(true)] [NotifyParentPropertyAttribute(true)] public bool ShowOtherMonthDays { get; set; } |
| Visual Basic |
|---|
<C1CategoryAttribute("Category.Appearance")> _ <JsonAttribute(True, True, True)> _ <DefaultValueAttribute(True)> _ <NotifyParentPropertyAttribute(True)> _ Public Property ShowOtherMonthDays As Boolean Get Set |