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