ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DropDown Class / ShowDropDownButton Property






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