ComponentOne Xamarin.iOS
Placeholder Property (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : Placeholder Property
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

Reference

C1ComboBox Class
C1ComboBox Members