SourceItems Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : SourceItems Property

Gets the items that are contained in the SourceCollection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SourceItems As IList
C# 
public IList SourceItems {get;}

Return Value

A collection that implements the IList interface and that contains the items that are contained in the SourceCollection.

Remarks

The items in this collection are never modified, regardless of any grouping, sorting, or filtering criteria that are applied to the view.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also