Initializes a new instance of the GdxGroup class

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.306.0 (10.97.306.00)

Syntax

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

Parameters

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

See Also