dbicList Send comments on this topic.
Sort(Int32,Int32) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class > Sort Method : Sort(Int32,Int32) Method

nColumn
The zero-based index of the column to sort the items on
nLevels
The highest level to start the sort on (0 is the top most level)
Method to sort the list based on a specified column index, and starting at the desired level

Syntax

Visual Basic (Declaration) 
Overloads Public Function Sort( _
   ByVal nColumn As Integer, _
   ByVal nLevels As Integer _
) As Boolean
C# 
public bool Sort( 
   int nColumn,
   int nLevels
)

Parameters

nColumn
The zero-based index of the column to sort the items on
nLevels
The highest level to start the sort on (0 is the top most level)

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also