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

Method to sort the items Method to sort the dbiListControl

Overload List

OverloadDescription
Sort()Will sort the list based on the dbiListControl.SortColumn property.  
Sort(Int32)Will sort the list based on the 0-based column parameter. The SortColumn Property will change to reflect the value entered here.  
Sort(Int32,Int32)Method to sort the list based on a specified column index, and starting at the desired level  
Sort(Int32[])Will sort the list based on the column(s) passed in the array parameter. The SortColumn Property will change to reflect the first column value entered here.  

Requirements

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

See Also