ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDownButton Class / DropDownButtonStyle Property

In This Topic
    DropDownButtonStyle Property (C1DropDownButton)
    In This Topic
    Gets or sets the style of the button that opens the drop-down.
    Syntax
    'Declaration
     
    
    Public Property DropDownButtonStyle As Style
    public Style DropDownButtonStyle {get; set;}
    See Also