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


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

    Property Value

    String containing the name of the CSS class
    Example
    This example creates a watermark cell type.
    See Also