FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexComboBox Class / DropDownItems Property

In This Topic
    DropDownItems Property
    In This Topic
    Gets or sets the list of items to show in the dropdown list.
    Syntax
    'Declaration
     
    Public Property DropDownItems As ICollection
    public ICollection DropDownItems {get; set;}
    See Also