Gets or sets the tooltip string for the previous navigation button.

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, "Previous")]
[C1CategoryAttribute("Category.Navigation")]
[DefaultValueAttribute("Previous")]
public string PrevToolTip { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, "Previous")> _
<C1CategoryAttribute("Category.Navigation")> _
<DefaultValueAttribute("Previous")> _
Public Property PrevToolTip As String
	Get
	Set

See Also