MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / ShowDropDownButton Property

In This Topic
    ShowDropDownButton Property
    In This Topic
    Gets or sets a value that indicates whether the control should display a drop-down button.
    Syntax
    'Declaration
     
    
    Public Property ShowDropDownButton As Boolean
    public bool ShowDropDownButton {get; set;}
    See Also