Search
MonthSettings.ShowPaddingItems Property
See Also
 





Gets or sets a value indicating whether to show items in padding days.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public bool ShowPaddingItems { get; set; }

Visual Basic  Copy Code

Public Property ShowPaddingItems As Boolean

 Property Value

true to display items from the previous and next months in the padding days, or false otherwise.

 See Also