ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class
Properties Methods

In This Topic
    C1BaseFieldCollection Class Members
    In This Topic

    The following tables list the members exposed by C1BaseFieldCollection.

    Public Constructors
     NameDescription
    Public ConstructorConstructor. Initializes a new instance of the C1BaseFieldCollection class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Web.UI.StateManagedCollection)
    Public PropertyGets a C1BaseField derived column object from the C1BaseFieldCollection collection at the specified index. In C#, this property is the indexer for the C1BaseFieldCollection class.  
    Top
    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