FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / NullEmptyString Property

In This Topic
    NullEmptyString Property (C1FlexGrid)
    In This Topic
    Gets or sets a value to be displayed in group headers and filter editors to represent null values or empty strings.

    By default, this property is set to "(null);(empty)".

    Syntax
    'Declaration
     
    
    Public Property NullEmptyString As String
    public string NullEmptyString {get; set;}
    See Also