| GridTableViewRelation Class |
A collection that stores GridRelationFields objects.
Namespace: Kettic.AspNet.Controls
The GridTableViewRelation type exposes the following members.
| Name | Description | |
|---|---|---|
| GridTableViewRelation | Initializes a new instance of GridTableViewRelation. | |
| GridTableViewRelation(GridRelationFields) | Initializes a new instance of GridTableViewRelation containing any array of GridRelationFields objects. | |
| GridTableViewRelation(GridTableViewRelation) | Initializes a new instance of GridTableViewRelation based on another GridTableViewRelation. |
| Name | Description | |
|---|---|---|
| Add | Adds a GridRelationFields with the specified value to the GridTableViewRelation . | |
| AddRange(GridRelationFields) | Copies the elements of an array to the end of the GridTableViewRelation. | |
| AddRange(GridTableViewRelation) | Adds the contents of another GridTableViewRelation to the end of the collection. | |
| Clone | ||
| Contains | Gets a value indicating whether the GridTableViewRelation contains the specified GridRelationFields. | |
| CopyTo | Copies the GridTableViewRelation values to a one-dimensional Array instance at the specified index. | |
| GetEnumerator | Returns an enumerator that can iterate through the GridTableViewRelation . | |
| IndexOf | Returns the index of a GridRelationFields in the GridTableViewRelation . | |
| Insert | Inserts a GridRelationFields into the GridTableViewRelation at the specified index. | |
| LoadViewState | ||
| Remove | Removes a specific GridRelationFields from the GridTableViewRelation . | |
| SaveViewState | ||
| TrackViewState |
| Name | Description | |
|---|---|---|
| IsTrackingViewState | ||
| Item | Represents the entry at the specified index of the GridRelationFields. |