Click or drag to resize
KaxCalendarNavigationPrevToolTip Property
Gets or sets the text displayed as a tooltip for the previous month navigation control.

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

Property Value

Type: String
The tooltip text displayed for the CalendarView previous month navigation cell. The default value is "<".
Remarks
Use the NavigationPrevToolTip property to provide custom text for the tooltip of the previous month navigation element in the title section of KaxCalendar.
See Also