ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / NullEmptyString Property

In This Topic
    NullEmptyString Property (C1FlexPivotGrid)
    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