Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class / WatermarkDisplayNull Property


In This Topic
    WatermarkDisplayNull Property (FieldsEditorControl)
    In This Topic
    Gets or sets the watermark display text when the value is a null reference (Nothing in Visual Basic) and FieldsEditorControl is not active.
    Syntax
    'Declaration
     
    Public Property WatermarkDisplayNull As String
    'Usage
     
    Dim instance As FieldsEditorControl
    Dim value As String
     
    instance.WatermarkDisplayNull = value
     
    value = instance.WatermarkDisplayNull
    public string WatermarkDisplayNull {get; set;}

    Property Value

    A System.String value indicates the WatermarkDisplayNull.
    Exceptions
    ExceptionDescription
    The assigned value has invalid pattern or contains invalid char.
    See Also