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