ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / C1RiaAdapter Class / Data Property

In This Topic
    Data Property
    In This Topic
    Gets the underlying ICollectionView which can be used as ItemsSource for the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Data As RiaCollectionView
    public RiaCollectionView Data {get;}
    See Also