ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxFilter Class / ItemsSource Property

In This Topic
    ItemsSource Property (DataGridComboBoxFilter)
    In This Topic
    Get/sets the combo values triple (value, text, checked).
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable(Of ComboValueInfo)
    public IEnumerable<ComboValueInfo> ItemsSource {get; set;}
    See Also