Xceed Toolkit Plus for WPF v4.6 Documentation
ColumnCount Property (MultiCalendar)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > MultiCalendar Class : ColumnCount Property
Gets of sets the number of columns to use to display the calendars of the MultiCalendar control. The value is adjusted automatically when the property MonthCount changes. However, as soon as a custom value is assigned, this custom value will remain and no longer be adjusted automatically. If the combination of the properties ColumnCount and RowCount is not big enough for the property MonthCount, the MonthCount will be modified to fit based on the ColumnCount/RowCount provided.
Syntax
'Declaration
 
Public Property ColumnCount As Integer
'Usage
 
Dim instance As MultiCalendar
Dim value As Integer
 
instance.ColumnCount = value
 
value = instance.ColumnCount
public int ColumnCount {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