Click or drag to resize
GridColumnCollection Class
The collection of columns of KaxGrid or its tables. Accessible through Columns property of KaxGrid and GridTableView (MainView) classes.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridColumnCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridColumnCollection : IList, 
	ICollection, IEnumerable, IStateManager

The GridColumnCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd(Object)
Public methodAdd(GridColumn)
Adding a column object to GridColumnCollection.
Public methodAddAt
Public methodClear
Public methodContains
Check the given GridColumn object is in the GridColumnCollection.
Public methodCopyTo
Public methodFindAllByDataField
Public methodFindByDataField
Public methodFindByDataFieldSafe
Public methodFindByUniqueName
Public methodFindByUniqueNameSafe
Public methodGetEnumerator
Public methodIndexOf(Object)
Return the given GridColumn index in the CridColumnCollection. Return -1 if not found.
Public methodIndexOf(GridColumn)
Public methodInsert
Insert a GridColumn to GridColumnCollectin at the specified index.
Public methodRemove(Object)
Public methodRemove(GridColumn)
Public methodRemoveAt
Top
Properties
See Also