Cell size in minutes.

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

Syntax

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

See Also