Associates a new AwxColumn to this AwxGroup

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

Syntax

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

Parameters

columnKey
Type: System..::..String
The key of the AwxColumn to be associated

Remarks

The AwxColumn must exist in the AwxGridView.Columns list, and it's possible to create only one AwxGroup for each AwxColumn.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe AwxColumn MUST NOT BE null
System..::..ArgumentOutOfRangeExceptionThe AwxColumn key is already used by another AwxGroup
System..::..InvalidOperationExceptionThe AwxColumn does not exist in the AwxGridView.Columns list

See Also