Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BeforeDayTooltipShowEventArgs Class / Text Property

In This Topic
    Text Property (BeforeDayTooltipShowEventArgs)
    In This Topic
    Gets or sets tooltip text. The default text is an empty string.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    Remarks
    Use html encoding to format the text.
    See Also