PocketPlanner 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.Compact
Assembly: PocketPlanner

 Syntax

C#

public State ShowPaddingDays { get; set; }

Visual Basic

Public Property ShowPaddingDays As State

 Property Value

Specify Enabled to display days from the previous and next months to fill up this month's grid; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.

 Remarks

Padding days are also displayed in the month range view for the first and the last months contained in the view.

 See Also