Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / Placeholder Property


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