MindFusion.Wpf Pack Programmer's Guide
MonthSettings.PaddingDaysStyle 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.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public CalendarStyle PaddingDaysStyle { get; set; }

Visual Basic  Copy Code

Public Property PaddingDaysStyle 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.Wpf Namespace
PaddingDaysHeaderStyle Property
CalendarStyle Class