Click or drag to resize
KaxCalendarMonthLayout Property

Gets or sets the predefined pairs of rows and columns, so that the product of the two values is exactly 42, which guarantees valid calendar layout. It is applied on a single view level to every MonthView instance in the calendar.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public MonthLayout MonthLayout { get; set; }

Property Value

Type: MonthLayout
Remarks

The following values are applicable and defined in the MonthLayout enumeration:

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 UseDaysAsSelectors is true and Orientation is set to RenderInColumns.

Layout_14rows_x_3columns - vertical layout, required when UseDaysAsSelectors is true and Orientation is set to RenderInColumns.

Layout_21rows_x_2columns - vertical layout, required when UseDaysAsSelectors is true and Orientation is set to RenderInColumns.

See Also