ComponentOne Input Library for WPF
C1.WPF.Input Namespace / ComboBoxItemsCollection Class / DataCollection Property

In This Topic
    DataCollection Property (ComboBoxItemsCollection)
    In This Topic
    Gets the data collection this list is wrapping.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property DataCollection As C1.DataCollection.IDataCollection(Of C1ComboBoxItem)
    protected override C1.DataCollection.IDataCollection<C1ComboBoxItem> DataCollection {get;}
    See Also