Initializes a new instance of the AwxGroup class

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public AwxSort(
	string columnKey,
	AwxSortDirection direction
)
Visual Basic
Public Sub New ( _
	columnKey As String, _
	direction As AwxSortDirection _
)
JScript
public function AwxSort(
	columnKey : String, 
	direction : AwxSortDirection
)

Parameters

columnKey
Type: System..::..String
The key of the column that will be grouped
direction
Type: Ico.Awx..::..AwxSortDirection
The direction of the sorting

See Also