Gets or sets the cell header 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 CellHeaderHeight { get; set; }
Visual Basic
Public Property CellHeaderHeight As Integer
	Get
	Set
Visual C++
public:
property int CellHeaderHeight {
	int get ();
	void set (int value);
}

See Also