GridTableViewCollection Class |
A collection that stores GridTableView objects. You can access this collection through DetailTables property of a parent GridTableView.
Namespace: Kettic.AspNet.Controls
The GridTableViewCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | GridTableViewCollection(GridTableView) | Initializes a new instance of GridTableViewCollection containing any array of GridTableView objects. |
![]() | GridTableViewCollection(GridTableViewCollection) | Initializes a new instance of GridTableViewCollection based on another GridTableViewCollection. |
![]() | GridTableViewCollection(KaxGrid, GridTableView) | Initializes a new instance of GridTableViewCollection. |
Name | Description | |
---|---|---|
![]() | Add | Adds a GridTableView with the specified value to the GridTableViewCollection . |
![]() | AddRange(GridTableView) | Copies the elements of an array to the end of the GridTableViewCollection. |
![]() | AddRange(GridTableViewCollection) | Adds the contents of another GridTableViewCollection to the end of the collection. |
![]() | Contains | Gets a value indicating whether the GridTableViewCollection contains the specified GridTableView. |
![]() | CopyTo | Copies the GridTableViewCollection values to a one-dimensional Array instance at the specified index. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the GridTableViewCollection . |
![]() | IndexOf | Returns the index of a GridTableView in the GridTableViewCollection . |
![]() | Insert | Inserts a GridTableView into the GridTableViewCollection at the specified index. |
![]() | Remove | Removes a specific GridTableView from the GridTableViewCollection . |
Name | Description | |
---|---|---|
![]() | Item | Represents the entry at the specified index of the GridTableView. |
![]() | OwnerGrid |
Get the instance of KaxGrid that owns this instance
|