| GridColumnCollection Class |
Namespace: Kettic.AspNet.Controls
The GridColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(Object) | ||
| Add(GridColumn) | Adding a column object to GridColumnCollection. | |
| AddAt | ||
| Clear | ||
| Contains |
Check the given GridColumn object is in the GridColumnCollection.
| |
| CopyTo | ||
| FindAllByDataField | ||
| FindByDataField | ||
| FindByDataFieldSafe | ||
| FindByUniqueName | ||
| FindByUniqueNameSafe | ||
| GetEnumerator | ||
| IndexOf(Object) |
Return the given GridColumn index in the CridColumnCollection. Return -1 if not found.
| |
| IndexOf(GridColumn) | ||
| Insert |
Insert a GridColumn to GridColumnCollectin at the specified index.
| |
| Remove(Object) | ||
| Remove(GridColumn) | ||
| RemoveAt |
| Name | Description | |
|---|---|---|
| Count | ||
| IsFixedSize | ||
| IsReadOnly | ||
| IsSynchronized | ||
| Item | ||
| SyncRoot |