MindFusion.Scheduling for Silverlight Programmer's Guide
MonthRangeSettings.MonthsPerRow Property
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 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.

Unsetting the Property Value

Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.

 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

MonthRangeSettings Members
MonthRangeSettings Class
MindFusion.Scheduling.Silverlight Namespace
VisibleRows Property
NumberOfMonths Property