BCGControlBar Library for .NET
SetSortStatus Method




True - sort ascending; false - sort descending.
Sets sort status.
Syntax
'Declaration
 
Public Sub SetSortStatus( _
   ByVal sortAZ As Boolean _
) 
'Usage
 
Dim instance As GridColumn
Dim sortAZ As Boolean
 
instance.SetSortStatus(sortAZ)
public void SetSortStatus( 
   bool sortAZ
)
public: void SetSortStatus( 
   bool sortAZ
) 
public:
void SetSortStatus( 
   bool sortAZ
) 

Parameters

sortAZ
True - sort ascending; false - sort descending.
Remarks
This method does not actually sort the data. It's called from GridControl.Sort.

You should call thos method if you externally sort a column and just need to reflect the status.
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

GridColumn Class
GridColumn Members

Send Feedback