Gets or sets the height of the time cells in pixels. Minimum height is 15.

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

Syntax

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

See Also