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( 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
| Exception | Condition |
|---|---|
| System..::..ArgumentException | The field must exist in the AwxListView Fields list |