Version

Unsorted Property

Returns a read only collection of DataRecords in their original unsorted order.
Syntax
'Declaration
 
Public ReadOnly Property Unsorted As IList(Of DataRecord)
public IList<DataRecord> Unsorted {get;}
Remarks

The order of the DataRecords in this collection matches the order of their associated items in the DataPresenterBase's DataPresenterBase.DataSource.

Note: If the records aren't sorted (i.e. the FieldLayout's SortedFields collection is empty) the Sorted collection will contain the DataRecords in the same order as this collection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also