Click or drag to resize
GridTableViewRelation Methods

The GridTableViewRelation type exposes the following members.

Methods
  Name Description
Public method Add

Adds a GridRelationFields with the specified value to the GridTableViewRelation .

Public method AddRange(GridRelationFields)

Copies the elements of an array to the end of the GridTableViewRelation.

Public method AddRange(GridTableViewRelation)

Adds the contents of another GridTableViewRelation to the end of the collection.

Public method Clone
Public method Contains

Gets a value indicating whether the GridTableViewRelation contains the specified GridRelationFields.

Public method CopyTo

Copies the GridTableViewRelation values to a one-dimensional Array instance at the specified index.

Public method GetEnumerator

Returns an enumerator that can iterate through the GridTableViewRelation .

Public method IndexOf

Returns the index of a GridRelationFields in the GridTableViewRelation .

Public method Insert

Inserts a GridRelationFields into the GridTableViewRelation at the specified index.

Public method LoadViewState
Public method Remove

Removes a specific GridRelationFields from the GridTableViewRelation .

Public method SaveViewState
Public method TrackViewState
Top
See Also