Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / NullText Property

In This Topic
    NullText Property (C1TextBox)
    In This Topic
    Gets or sets string representing a DBNull value.
    Syntax
    'Declaration
     
    
    Public Property NullText As String
    public string NullText {get; set;}
    See Also