Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / TextBoxWatermarkCellType Class / WatermarkText Property
Example


In This Topic
    WatermarkText Property
    In This Topic
    Gets or sets the text to place in the control when watermarked.
    Syntax
    'Declaration
     
    
    Public Property WatermarkText As String
    'Usage
     
    
    Dim instance As TextBoxWatermarkCellType
    Dim value As String
     
    instance.WatermarkText = value
     
    value = instance.WatermarkText
    public string WatermarkText {get; set;}

    Property Value

    String containing the text of the watermark
    Example
    This example creates a watermark cell type.
    See Also