Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / IsPlaceholderVisible Property

In This Topic
    IsPlaceholderVisible Property (C1TextBox)
    In This Topic
    Gets a value indicating whether the placeholder is visible.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsPlaceholderVisible As Boolean
    public virtual bool IsPlaceholderVisible {get;}
    See Also