Click or drag to resize
KaxCalendarOrientation Property
Gets or sets the orientation (rendering direction) of the calendar component. Default value is RenderInRows.

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

Property Value

Type: Orientation
Remarks
MemberDescription
RenderInRowsRenders the calendar data row after row.
RenderInColumnsRenderInColumns - Renders the calendar data column after column.
NoneEnforces fallback to the default Orientation for Kettic KaxCalendar.
See Also