Given an AwxListField return the EventField associated to it, using the subscription set into the grid
Namespace: Ico.Awx.ListAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public EventField GetField( AwxListField field ) |
Visual Basic |
---|
Public Function GetField ( _ field As AwxListField _ ) As EventField |
JScript |
---|
public function GetField( field : AwxListField ) : EventField |
Parameters
- field
- Type: Ico.Awx.List..::..AwxListField