Gets or sets the CalendarStyle object used to specify appearance settings for the days from previous and next months, shown when the ShowPaddingDays property is enabled.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public CalendarStyle PaddingDaysStyle { get; set; } |
Visual Basic Copy Code |
---|
Public Property PaddingDaysStyle As CalendarStyle |
An instance of the CalendarStyle class. This property cannot be null (Nothing in Visual Basic).