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

Will sort the list based on the dbiListControl.SortColumn property.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Sort() As Boolean
C# 
public bool Sort()

Return Value

Boolean value - True if sort completed, False if there is an error.

Requirements

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

See Also