Calendar for WinForms | ComponentOne
C1.Win.Input.Formating Namespace / FormatEventArgs Class / Text Property

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