Gets or sets a value indicating whether to display the padding days of all months or only the start padding days of the first month and the end padding days in the last month. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowInnerPaddingDays { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowInnerPaddingDays As Boolean |
true, to display the padding days of every month in the view; false, to display the leading padding days of the first month and the trailing padding days of the last month.
RemarksThis property is only considered when ShowPaddingDays is set to true.
See Also