New to Telerik UI for WinFormsStart a free 30-day trial

Summary description for MonthLayout. Layout_7columns_x_6rows - horizontal layout Layout_14columns_x_3rows - horizontal layout
Layout_21columns_x_2rows - horizontal layout Layout_7rows_x_6columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. Layout_14rows_x_3columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. Layout_21rows_x_2columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum MonthLayout

Fields

Alows the calendar to display the days in a 14 by 3 matrix.

C#
Layout_14columns_x_3rows = 2
Field Value:

2

Allows the calendar to display the days in a 14 by 3 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.

C#
Layout_14rows_x_3columns = 16
Field Value:

16

Allows the calendar to display the days in a 21 by 2 matrix.

C#
Layout_21columns_x_2rows = 4
Field Value:

4

Allows the calendar to display the days in a 21 by 2 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.

C#
Layout_21rows_x_2columns = 32
Field Value:

32

Allows the calendar to display the days in a 7 by 6 matrix.

C#
Layout_7columns_x_6rows = 1
Field Value:

1

Allows the calendar to display the days in a 7 by 6 matrix, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.

C#
Layout_7rows_x_6columns = 8
Field Value:

8