Returns the DataDictionary associated to a AwxListField
Namespace: Ico.Awx.ListAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public DataDictionary GetDictionary( AwxListField field ) |
Visual Basic |
---|
Public Function GetDictionary ( _ field As AwxListField _ ) As DataDictionary |
JScript |
---|
public function GetDictionary( field : AwxListField ) : DataDictionary |
Parameters
- field
- Type: Ico.Awx.List..::..AwxListField
The AwxListField containing the dictionary
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The AwxListField should be defined in the Fields list |