ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / FormatEventArgs Class / Text Property

In This Topic
    Text Property (FormatEventArgs)
    In This Topic
    The out parameter for the resulting string (in Formatting), or the in parameter for the formatted string (in Formatted).
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also