MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / MultiColumnComboStyles Class / DropDownView Property

In This Topic
    DropDownView Property (MultiColumnComboStyles)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the dropdown view on the screen.
    Syntax
    'Declaration
     
    
    Public Property DropDownView As DropDownViewStyles
    public DropDownViewStyles DropDownView {get; set;}
    See Also