View Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionViewSource Class : View Property


Gets the DataGridCollectionView that is currently associated with this instance of the DataGridCollectionViewSource.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property View As DataGridCollectionView
Visual Basic (Usage)Copy Code
Dim instance As DataGridCollectionViewSource
Dim value As DataGridCollectionView
 
value = instance.View
C# 
public DataGridCollectionView View {get;}

Return Value

A reference to the DataGridCollectionView that is currently associated with this instance of the DataGridCollectionViewSource.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.0

See Also