Spread ASP.NET 16
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / TextBoxWatermarkCellType Class / ShowEditor Property


In This Topic
    ShowEditor Property (TextBoxWatermarkCellType)
    In This Topic
    Gets whether to display the editor.
    Syntax
    'Declaration
     
    Public Overrides Property ShowEditor As Boolean
    'Usage
     
    Dim instance As TextBoxWatermarkCellType
    Dim value As Boolean
     
    instance.ShowEditor = value
     
    value = instance.ShowEditor
    public override bool ShowEditor {get; set;}

    Property Value

    Boolean: true to display the editor; false otherwise
    See Also