C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class

In This Topic
C1BaseFieldCollection Class Methods
In This Topic

For a list of all members of this type, see C1BaseFieldCollection members.

Public Methods
 NameDescription
Public MethodAdds the specified C1BaseField object to the end of the C1BaseFieldCollection.  
Public Method (Inherited from System.Web.UI.StateManagedCollection)
Public MethodGets the C1BaseField derived column object from the name specified.  
Public MethodDetermines whether the C1BaseFieldCollection collection contains a specific C1BaseField object.  
Public Method (Inherited from System.Web.UI.StateManagedCollection)
Public MethodDetermines the index of the specified C1BaseField object in the collection.  
Public MethodInserts the specified C1BaseField object into the C1BaseFieldCollection collection at the specified index.  
Public MethodRemoves the specified C1BaseField object from the C1BaseFieldCollection collection.  
Public MethodRemoves the C1BaseField object at the specified index from the C1BaseField collection.  
Public Method (Inherited from System.Web.UI.StateManagedCollection)
Public MethodIterates trough the collection from the top to the bottom.  
Top
See Also