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

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