ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / Placeholder Property

In This Topic
    Placeholder Property (InputDateBase)
    In This Topic
    Gets or sets the string shown as a hint when the control is empty.
    Syntax
    'Declaration
     
    
    Public Property Placeholder As String
    public string Placeholder {get; set;}
    See Also