ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexComboBox Class / ListBox Property

In This Topic
    ListBox Property
    In This Topic
    Gets a reference to the ListBox used to display the drop-down items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ListBox As ListBox
    public ListBox ListBox {get;}
    See Also