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

In This Topic
    Placeholder Property (C1TextBox)
    In This Topic
    Gets or sets the placeholder displayed when there is no entered text.
    Syntax
    'Declaration
     
    
    Public Property Placeholder As String
    public string Placeholder {get; set;}
    See Also