Orientation of the months table (for ShowMonths > 1).

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public Orientation Orientation { get; set; }
Visual Basic
Public Property Orientation As Orientation
	Get
	Set
Visual C++
public:
property Orientation Orientation {
	Orientation get ();
	void set (Orientation value);
}

See Also