ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IDropDown Interface / Placeholder Property

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