ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property ShowDropDownButton As Boolean
    public bool ShowDropDownButton {get; set;}
    See Also