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