MindFusion.Scheduling for Silverlight Programmer's Guide
MonthSettings.PaddingDaysHeaderStyle Property
See Also
 





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

 Syntax

C#  Copy Code

public CalendarStyle PaddingDaysHeaderStyle { get; set; }

Visual Basic  Copy Code

Public Property PaddingDaysHeaderStyle As CalendarStyle

 Property Value

An instance of the CalendarStyle class. This property cannot be null (Nothing in Visual Basic).

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.Silverlight Namespace
PaddingDaysStyle Property
CalendarStyle Class