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


In This Topic
    WatermarkDisplayNull Property (GcTextBox)
    In This Topic
    Gets or sets the watermark display text when the value is a null reference (Nothing in Visual Basic) and GcTextBox is not active.
    Syntax
    'Declaration
     
    Public Property WatermarkDisplayNull As String
    'Usage
     
    Dim instance As GcTextBox
    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