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: 5.1.1602.0 (5.1.1602.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