Click or drag to resize
MonthViewSettingsVisibleAppointmentsPerDay Property
Gets or sets a value indicating the number of visible appointments per day 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 VisibleAppointmentsPerDay { get; set; }

Property Value

Type: Int32
A number specifying the number of visible appointments per day. The default value is 2.
Remarks
A link button navigating to the specific date will be rendered when the number of appointments exceeds this value.
See Also