Xceed Toolkit Plus for WPF v4.6 Documentation
MonthCount Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > MultiCalendar Class : MonthCount Property
Gets of sets the number of calendars to display in the MultiCalendar control. Default is 2. If values are not provided for propreties ColumnCount and RowCount, they will be filled with values based on MonthCount. If values are provided for properties ColumnCount and RowCount, and the MonthCount doesn't fit in the ColumnCount/RowCount because too big, the MonthCount will be modified to fit based on the ColumnCount/RowCount provided.
Syntax
'Declaration
 
Public Property MonthCount As Integer
'Usage
 
Dim instance As MultiCalendar
Dim value As Integer
 
instance.MonthCount = value
 
value = instance.MonthCount
public int MonthCount {get; set;}
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiCalendar Class
MultiCalendar Members