MindFusion.Scheduling for ASP.NET Programmer's Guide
MonthSettings.HideTrailingWeeks Property
See Also
 





Gets or sets a value indicating whether to hide trailing weeks, which do not contain days from the current month.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State HideTrailingWeeks { get; set; }

Visual Basic  Copy Code

Public Property HideTrailingWeeks As State

 Property Value

One of the State enumeration values specifying whether to hide trailing weeks. Default is State.Disabled.

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.WebForms Namespace