Number of time cells in one hour. Allowed values: 1, 2, 3, 4, 5, 6, 10, 12.

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

Syntax

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

See Also