Accusoft.Forms1 - Updated
DataItemCollection Class
Members 



Accusoft.FormDirectorSdk Namespace : DataItemCollection Class
Represents a collection of DataItem objects. Only the FormSet, FormDefinition, and Field classes use this class.
Object Model
DataItemCollection ClassDataItem Class
Syntax
<DefaultMemberAttribute("Item")>
Public Class DataItemCollection 
   Inherits System.Collections.CollectionBase
Dim instance As DataItemCollection
[DefaultMember("Item")]
public class DataItemCollection : System.Collections.CollectionBase 
[DefaultMember("Item")]
public ref class DataItemCollection : public System.Collections.CollectionBase 
Remarks
A DataItemCollection object lets you maintain a list of DataItem objects. You can easily add, remove, and find DataItem objects in the list.
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Accusoft.FormDirectorSdk.DataItemCollection

See Also

Reference

DataItemCollection Members
Accusoft.FormDirectorSdk Namespace