ASP.NET Core MVC Controls | ComponentOne
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 System.String
    'Usage
     
    
    Dim instance As IDropDown
    Dim value As System.String
     
    instance.Placeholder = value
     
    value = instance.Placeholder
    System.string Placeholder {get; set;}
    read-write property Placeholder: System.String; 
    function get,set Placeholder : System.String
    __property System.string* get_Placeholder();
    __property void set_Placeholder( 
       System.string* value
    );
    property System.String^ Placeholder {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also