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

Namespace: DayPilot.Web.Ui
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

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