Gets or sets the tooltip string for the previous preview button.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: 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 PrevPreviewToolTip { get; set; } |
Visual Basic |
---|
<JsonAttribute(True, True, "")> _ <C1CategoryAttribute("Category.Preview")> _ <DefaultValueAttribute("")> _ <NotifyParentPropertyAttribute(True)> _ Public Property PrevPreviewToolTip As String Get Set |