Determines the date format for tooltip when mouse is over the calendar days.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[DefaultValueAttribute("dddd, MMMM dd, yyyy")]
[JsonAttribute(true, true, "dddd, MMMM dd, yyyy")]
[NotifyParentPropertyAttribute(true)]
public string ToolTipDateFormat { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute("dddd, MMMM dd, yyyy")> _
<JsonAttribute(True, True, "dddd, MMMM dd, yyyy")> _
<NotifyParentPropertyAttribute(True)> _
Public Property ToolTipDateFormat As String
	Get
	Set

See Also