ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / DataSourceView Property

In This Topic
    DataSourceView Property
    In This Topic
    Gets the data source view currently used by the C1DataGrid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataSourceView As ICollectionView
    public ICollectionView DataSourceView {get;}

    Property Value

    The data source view.
    See Also