Click or drag to resize
KaxCalendarShowDayCellToolTips Property
Gets or sets a value indicating whether a tooltips for day cells should be rendered.

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

Property Value

Type: Boolean
The default value is true.
Remarks
Setting this property to false will force Kettic KaxCalendar to not render day cell tooltips
See Also