Gets or sets the tooltip string for the next preview button.

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

Syntax

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

See Also