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





Gets or sets the number of months to be displayed in a row.

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

 Syntax

C#  Copy Code

public int MonthsPerRow { get; set; }

Visual Basic  Copy Code

Public Property MonthsPerRow As Integer

 Property Value

A non-negative integer value specifying the number of months to be displayed in a row. Default value is 2.

 Remarks

The value ranges from 1 up to 12.

 See Also

MonthRangeSettings Members
MonthRangeSettings Class
MindFusion.Scheduling.WebForms Namespace