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

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