Gets or sets the number of months to be displayed in a row.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public int MonthsPerRow { get; set; } |
Visual Basic Copy Code |
---|
Public Property MonthsPerRow As Integer |
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.
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.
If this value multiplied by VisibleRows is larger than NumberOfMonths, the calendar control displays scrollbars letting users scroll the view up and down.