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

An array of columns in the order in which the sort is to occur. See Sort Method

Syntax

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

Property Value

Integer array

Requirements

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

See Also