FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupHeaderConverter Class / NullEmptyString Property

In This Topic
    NullEmptyString Property
    In This Topic
    Gets or sets a value to be displayed in group headers to represent empty strings or null values.

    By default, this property is set to empty string.

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