Enum
MonthLayout

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:

cs-api-definition
public enum MonthLayout

Fields

Layout_14columns_x_3rows

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

Declaration

cs-api-definition
Layout_14columns_x_3rows = 2

Field Value

MonthLayout

2

Layout_14rows_x_3columns

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

Declaration

cs-api-definition
Layout_14rows_x_3columns = 16

Field Value

MonthLayout

16

Layout_21columns_x_2rows

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

Declaration

cs-api-definition
Layout_21columns_x_2rows = 4

Field Value

MonthLayout

4

Layout_21rows_x_2columns

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

Declaration

cs-api-definition
Layout_21rows_x_2columns = 32

Field Value

MonthLayout

32

Layout_7columns_x_6rows

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

Declaration

cs-api-definition
Layout_7columns_x_6rows = 1

Field Value

MonthLayout

1

Layout_7rows_x_6columns

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

Declaration

cs-api-definition
Layout_7rows_x_6columns = 8

Field Value

MonthLayout

8