KaxCalendarFastNavigationNextToolTip Property |
Gets or sets the text displayed as a tooltip for the fast navigation next month
control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string FastNavigationNextToolTip { get; set; }
Public Property FastNavigationNextToolTip As String
Get
Set
public:
property String^ FastNavigationNextToolTip {
String^ get ();
void set (String^ value);
}
member FastNavigationNextToolTip : string with get, set
Property Value
Type:
String
The tooltip text displayed for the
CalendarView fast navigation
next month cell. The default value is
">>".
Remarks
Use the FastNavigationNextToolTip property to provide custom text for
the tooltip of the fast navigation next month element in the title section of
KaxCalendar.
See Also