Gets or sets the number of days to be displayed. Default is 1.

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

Syntax

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

See Also