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