Removes a DataDictionary from an AwxListField

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

Syntax

C#
public void ClearDictionary(
	AwxListField field
)
Visual Basic
Public Sub ClearDictionary ( _
	field As AwxListField _
)
JScript
public function ClearDictionary(
	field : AwxListField
)

Parameters

field
Type: Ico.Awx.List..::..AwxListField
The AwxListField where to remove the DataDictionary

Exceptions

ExceptionCondition
System..::..ArgumentExceptionThe field must exist in the AwxListView Fields list

See Also