Sets or gets the view type (day, week, custom number of days, custom column set). If set to ViewTypeEnum.Resources and you use data binding you have to specify DataColumnField 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