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

Determines the column whose data a sort will be performed on. See Sort Method for more information on sorting in the list.

Syntax

Visual Basic (Declaration) 
Public Property SortColumn As Integer
C# 
public int SortColumn {get; set;}

Property Value

Integer

Requirements

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

See Also