Gets or sets the tooltip string displayed for the next navigation button.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[JsonAttribute(true, true, "Next")] [C1CategoryAttribute("Category.Navigation")] [DefaultValueAttribute("Next")] [NotifyParentPropertyAttribute(true)] public string NextToolTip { get; set; } |
Visual Basic |
---|
<JsonAttribute(True, True, "Next")> _ <C1CategoryAttribute("Category.Navigation")> _ <DefaultValueAttribute("Next")> _ <NotifyParentPropertyAttribute(True)> _ Public Property NextToolTip As String Get Set |