ComponentOne DataGrid for WPF and Silverlight
DataSourceView Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : DataSourceView Property
Gets the data source view currently used by the C1DataGrid.
Syntax
'Declaration
 
Public ReadOnly Property DataSourceView As System.ComponentModel.ICollectionView
public System.ComponentModel.ICollectionView DataSourceView {get;}

Property Value

The data source view.
See Also

Reference

C1DataGrid Class
C1DataGrid Members