Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / WatermarkNull Property


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

    Property Value

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