BCGControlBar Library for .NET
GridSort Constructor(GridData,IList,Boolean)




Specifies GridData. A reference to it is required if you need to implement custom comparison of items.
Collection of items to sort.
Sort order. If true, the sort order is ascending.
Constructs and initializes a GridSort object.
Syntax
'Declaration
 
Public Function New( _
   ByVal data As GridData, _
   ByVal list As IList, _
   ByVal ascending As Boolean _
)
'Usage
 
Dim data As GridData
Dim list As IList
Dim ascending As Boolean
 
Dim instance As New GridSort(data, list, ascending)
public GridSort( 
   GridData data,
   IList list,
   bool ascending
)
public: GridSort( 
   GridData* data,
   IList* list,
   bool ascending
)
public:
GridSort( 
   GridData^ data,
   IList^ list,
   bool ascending
)

Parameters

data
Specifies GridData. A reference to it is required if you need to implement custom comparison of items.
list
Collection of items to sort.
ascending
Sort order. If true, the sort order is ascending.
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

Reference

GridSort Class
GridSort Members
Overload List

Send Feedback