| KaxCalendarOrientation Property |
Gets or sets the orientation (rendering direction) of the calendar component.
Default value is RenderInRows.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Orientation Orientation { get; set; }Public Property Orientation As Orientation
Get
Set
public:
property Orientation Orientation {
Orientation get ();
void set (Orientation value);
}member Orientation : Orientation with get, set
Property Value
Type:
Orientation
Remarks| Member | Description |
|---|
| RenderInRows | Renders the calendar data row after row. |
| RenderInColumns | RenderInColumns - Renders the calendar data column after
column. |
| None | Enforces fallback to the default Orientation for
Kettic KaxCalendar. |
See Also