FlexGrid for WinForms
ShowSortAt Method



SortFlags value that specifies the glyph to display.
Column index.
Shows the sorting glyph on a column header.
Syntax
'Declaration
 
Public Sub ShowSortAt( _
   ByVal order As SortFlags, _
   ByVal col As Integer _
) 
'Usage
 
Dim instance As C1FlexGridBase
Dim order As SortFlags
Dim col As Integer
 
instance.ShowSortAt(order, col)
public void ShowSortAt( 
   SortFlags order,
   int col
)
public:
void ShowSortAt( 
   SortFlags order,
   int col
) 

Parameters

order
SortFlags value that specifies the glyph to display.
col
Column index.
Remarks
This method is useful if you want to perform custom sorting and need control over the appearance and position of the sorting glyph (the little triangle that appears on the header of sorted columns).
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

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback