ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IDropDown Interface / ShowDropDownButton Property






In This Topic
    ShowDropDownButton Property (IDropDown)
    In This Topic
    Gets or sets a value indicating whether the control should display a drop-down button.
    Syntax
    'Declaration
     
    
    Property ShowDropDownButton As System.Boolean
    'Usage
     
    
    Dim instance As IDropDown
    Dim value As System.Boolean
     
    instance.ShowDropDownButton = value
     
    value = instance.ShowDropDownButton
    System.bool ShowDropDownButton {get; set;}
    read-write property ShowDropDownButton: System.Boolean; 
    function get,set ShowDropDownButton : System.boolean
    __property System.bool get_ShowDropDownButton();
    __property void set_ShowDropDownButton( 
       System.bool value
    );
    property System.bool ShowDropDownButton {
       System.bool get();
       void set (    System.bool value);
    }
    See Also