ASP.NET Pack Programmer's Guide
MonthRangeSettings.NumberOfMonths Property
See Also
 





Gets or sets the number of months to display in the MonthRange view.

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

 Syntax

C#  Copy Code

public int NumberOfMonths { get; set; }

Visual Basic  Copy Code

Public Property NumberOfMonths As Integer

 Property Value

A non-negative integer value specifying the number of months to display in the MonthRange view. Default value is 4.

 See Also

MonthRangeSettings Members
MonthRangeSettings Class
MindFusion.Scheduling.WebForms Namespace