Click or drag to resize
MonthViewSettingsMinimumRowHeight Property
Gets or sets a value indicating the minimum row height in month view.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int MinimumRowHeight { get; set; }

Property Value

Type: Int32
A number specifying the the minimum row height. The default value is 4.
Remarks
This property is ignored when AdaptiveRowHeight is set to true.
See Also