Gets or sets the cell height in pixels.

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

Syntax

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

See Also