RadControls for ASP.NET AJAX

Telerik.Web.UI Send comments on this topic.
DayCellToolTipFormat Property
See Also 
Telerik.Web.UI Namespace > RadCalendar Class : DayCellToolTipFormat Property


Gets or sets the format string that is applied to the days cells tooltip.   

 

Namespace: Telerik.Web.UI
Assembly: Telerik.Web.UI (in Telerik.Web.UI.dll)

Syntax

Visual Basic (Declaration) 
Public Property DayCellToolTipFormat As String
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As String
 
instance.DayCellToolTipFormat = value
 
value = instance.DayCellToolTipFormat
C# 
public string DayCellToolTipFormat {get; set;}

Remarks

The property should contain either a format specifier character or a custom format pattern. For more information, see the summary page for System.Globalization.DateTimeFormatInfo.

By default this property uses formatting string of 'dddd, MMMM dd, yyyy'. Valid formats are all supported by the .NET Framework.

Example:

  • "d" is the standard short date pattern.
  • "d" returns the day of the month; "d" is a custom pattern.
  • "d " returns the day of the month followed by a white-space character; "d " is a custom pattern.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also