Minimum height of the day cell in pixels. It will be extended if needed.

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

Syntax

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

See Also