Search
MonthRangeSettings.MonthsPerRow Property
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int MonthsPerRow { get; set; }

Visual Basic  Copy Code

Public Property MonthsPerRow As Integer

 Property Value

An integer value specifying how many months are displayed in a row in the month range view. The allowed values range from 1 to 12. Assign -1 to this property to use the corresponding value from the current theme.

 Remarks

If this value multiplied by VisibleRows is larger than NumberOfMonths, the calendar control displays scrollbars letting users scroll the view up and down.

 See Also