Gets or sets the display format for calendar days.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [JsonAttribute(true, true, MonthDayFormat.NoPadding)] [C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute(MonthDayFormat.NoPadding)] public MonthDayFormat MonthDayFormat { get; set; } |
| Visual Basic |
|---|
<NotifyParentPropertyAttribute(True)> _ <JsonAttribute(True, True, MonthDayFormat.NoPadding)> _ <C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute(MonthDayFormat.NoPadding)> _ Public Property MonthDayFormat As MonthDayFormat Get Set |