Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / DropDownMode Property


In This Topic
    DropDownMode Property
    In This Topic
    Gets or sets the mode that the DropDown uses to display the DropDownView.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("DropDownMode")>
    <BrowsableAttribute(True)>
    Public Property DropDownMode As DropDownMode
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As DropDownMode
     
    instance.DropDownMode = value
     
    value = instance.DropDownMode
    [Foundation.Export("DropDownMode")]
    [Browsable(true)]
    public DropDownMode DropDownMode {get; set;}
    See Also