Table of Contents
MonthColumns Property

Specifies number of month columns displayed in the Calendar.

Syntax
 public Int32 MonthColumns { get; set; }
Remarks

Specifies number of month columns displayed in the Calendar. Use MonthRows to specify the number of month rows displayed in the calendar.

Columns and rows create grid, each month displays in each grid cell. Use MonthGridLineVisible property to specify lines between each grid cell to separate months.

See Also