ASP.NET Pack Programmer's Guide
MonthSettings.ShowPaddingDays Property
See Also
 





Gets or sets a value indicating whether to display days from the previous and next months at the beginning and the end of the current one, in order to fill the whole grid of day cells.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State ShowPaddingDays { get; set; }

Visual Basic  Copy Code

Public Property ShowPaddingDays As State

 Property Value

One of the State enumeration values. Default value is State.Enabled.

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.WebForms Namespace