Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / GetSortedDataRows Method
true if all the data rows of the grid should be retreived; false otherwise.


In This Topic
    GetSortedDataRows Method (GridControl)
    In This Topic
    Retrieves a collection of sorted data rows.
    Syntax
    'Declaration
     
    Public Function GetSortedDataRows( _
       ByVal recursive As Boolean _
    ) As ReadOnlyDataRowList
    'Usage
     
    Dim instance As GridControl
    Dim recursive As Boolean
    Dim value As ReadOnlyDataRowList
     
    value = instance.GetSortedDataRows(recursive)
    public ReadOnlyDataRowList GetSortedDataRows( 
       bool recursive
    )

    Parameters

    recursive
    true if all the data rows of the grid should be retreived; false otherwise.

    Return Value

    A reference to a Xceed.Grid.Collections.ReadOnlyDataRowList containing a list of sorted data rows.
    Requirements

    Target Platforms: Windows 7, 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