ComponentOne FlexGrid for UWP
DropDownItems Property

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexComboBox Class : DropDownItems Property
Gets or sets the list of items to show in the dropdown list.
Syntax
'Declaration
 
Public Property DropDownItems As System.Collections.Generic.ICollection(Of Object)
public System.Collections.Generic.ICollection<object> DropDownItems {get; set;}
See Also

Reference

C1FlexComboBox Class
C1FlexComboBox Members