Removes a DataDictionary from an AwxListField
Namespace: Ico.Awx.ListAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# | 
|---|
public void ClearDictionary( string fieldKey )  | 
| Visual Basic | 
|---|
Public Sub ClearDictionary ( _ fieldKey As String _ )  | 
| JScript | 
|---|
public function ClearDictionary( fieldKey : String )  | 
Parameters
- fieldKey
 - Type: System..::..String
The key of the AwxListField where to remove the DataDictionary 
Exceptions
| Exception | Condition | 
|---|---|
| System..::..ArgumentException | The field must exist in the AwxListView Fields list |