| Overload | Description |
|---|---|
| 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. |