ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ColumnStyleBase Class / NullText Property

In This Topic
    NullText Property
    In This Topic
    Defines a string that is displayed by user interface controls for null values.
    Syntax
    'Declaration
     
    Public Property NullText As System.String
    public System.string NullText {get; set;}
    See Also