ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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(Of Object)
    public ICollection<object> DropDownItems {get; set;}
    See Also