How many weeks (rows) to show. 'Month' will show a full month, 'Weeks' only the number of weeks specified using Weeks property.

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

Syntax

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

See Also