Provides access to the columns that are contained by a parent column.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class C1BaseFieldCollection : StateManagedCollection, 
	IColumnInfoContainerCollection, ICloneable, IJsonRestore
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class C1BaseFieldCollection _
	Inherits StateManagedCollection _
	Implements IColumnInfoContainerCollection, ICloneable, IJsonRestore

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..StateManagedCollection
    C1.Web.UI.Controls.C1GridView..::..C1BaseFieldCollection

See Also