Initializes a new instance of the GdxGroup class

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GdxGroup(
	string columnKey
)
Visual Basic
Public Sub New ( _
	columnKey As String _
)
JScript
public function GdxGroup(
	columnKey : String
)

Parameters

columnKey
Type: System..::..String
The key of the column that will be grouped

See Also