Removes a DataDictionary from an AwxColumn

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

Syntax

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

Parameters

columnKey
Type: System..::..String
The key of the AwxColumn where to remove the DataDictionary

Exceptions

ExceptionCondition
System..::..ArgumentExceptionThe column must exist in the AwxGridView Columns list

See Also