<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / C1FlexComboBox Class / DropDownItems Property

In This Topic
    DropDownItems Property (C1FlexComboBox)
    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