BCGControlBar Library for .NET
Sort Method (GridControl)




Column to sort.
Sort order (true - ascending, false - descending).
Sorts the specified column.
Syntax
'Declaration
 
Public Sub Sort( _
   ByVal column As GridColumn, _
   ByVal sortAZ As Boolean _
) 
'Usage
 
Dim instance As GridControl
Dim column As GridColumn
Dim sortAZ As Boolean
 
instance.Sort(column, sortAZ)
public void Sort( 
   GridColumn column,
   bool sortAZ
)
public: void Sort( 
   GridColumn* column,
   bool sortAZ
) 
public:
void Sort( 
   GridColumn^ column,
   bool sortAZ
) 

Parameters

column
Column to sort.
sortAZ
Sort order (true - ascending, false - descending).
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

GridControl Class
GridControl Members

Send Feedback