Version

ControlDataItemCollection Class Members

The following tables list the members exposed by ControlDataItemCollection.

Public Constructors
 NameDescription
Public ConstructorControlDataItemCollection ConstructorInitializes the items collection witha reference to its owning record.  
Public Properties
 NameDescription
Public PropertyCountNumber of items in the collection.  
Public PropertyGridReference to the grid the items belong to.  
Public PropertyItemProvides indexed access to the items in the collection.  
Public PropertyRecordThe record the items belong to.  
Public Methods
 NameDescription
Public MethodGetValueOverloaded. Gets value of an item by its index.  
Public MethodIndexOfLocates and returns index of an item.  
Public MethodResetClears the collection if not null  
Protected Methods
 NameDescription
Protected MethodCreateControlDataItemOverloaded. Creates and returns an instance of an item that can be added to the collection.  
Protected MethodLoadViewStateLoad data modified at run time.  
Protected MethodSaveViewStateSave data modified at run time.  
See Also