ComponentOne Xamarin.Android
DropDownMode Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : DropDownMode Property
Gets or sets the mode that the DropDown uses to display the DropDownView.
Syntax
'Declaration
 
Public Property DropDownMode As DropDownMode
'Usage
 
Dim instance As C1DropDown
Dim value As DropDownMode
 
instance.DropDownMode = value
 
value = instance.DropDownMode
public DropDownMode DropDownMode {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members