New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridTableViewRelation

A collection that stores Telerik.Web.UI.GridRelationFields objects.

Inheritance Hierarchy

  • System.Object
  • System.Collections.CollectionBase
  • Telerik.Web.UI.GridTableViewRelation : IStateManager

Properties

Item GridRelationFields

Represents the entry at the specified index of the .

Methods

Add

Adds a with the specified value to the .

Parameters

value Telerik.Web.UI.GridRelationFields

The to add.

Returns

System.Int32 The index at which the new element was inserted.

AddRange

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

Parameters

value Telerik.Web.UI.GridRelationFields

An array of type containing the objects to add to the collection.

Returns

System.Void None.

AddRange

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

Parameters

value Telerik.Web.UI.GridTableViewRelation

A containing the objects to add to the collection.

Returns

System.Void None.

Clone

Clones the instance and returns a copy.

Returns

Telerik.Web.UI.GridTableViewRelation The cloned instance.

Contains

Gets a value indicating whether the contains the specified .

Parameters

value Telerik.Web.UI.GridRelationFields

The to locate.

Returns

System.Boolean if the is contained in the collection; otherwise, .

CopyTo

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

Parameters

array Telerik.Web.UI.GridRelationFields

The one-dimensional that is the destination of the values copied from .

index System.Int32

The index in where copying begins.

Returns

System.Void None.

GetEnumerator

Returns an enumerator that can iterate through the .

Returns

Telerik.Web.UI.GridRelationFieldsEnumerator None.

IndexOf

Returns the index of a in the .

Parameters

value Telerik.Web.UI.GridRelationFields

The to locate.

Returns

System.Int32 The index of the of in the , if found; otherwise, -1.

Insert

Inserts a into the at the specified index.

Parameters

index System.Int32

The zero-based index where should be inserted.

value Telerik.Web.UI.GridRelationFields

The to insert.

Returns

System.Void None.

Remove

Removes a specific from the .

Parameters

value Telerik.Web.UI.GridRelationFields

The to remove from the .

Returns

System.Void None.

In this article