The list of AwxListFields configured in AwxListView

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

Syntax

C#
public sealed class AwxListFieldCollection : ObservableCollection<AwxListField>
Visual Basic
Public NotInheritable Class AwxListFieldCollection _
	Inherits ObservableCollection(Of AwxListField)
JScript
public final class AwxListFieldCollection extends ObservableCollection<AwxListField>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'AwxListField>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'AwxListField>)>)>
      Ico.Awx.List..::..AwxListFieldCollection

See Also