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

LinkedObjectCollection

Properties

Parent - T

Specifies the click event handler of the action button.

Count - Int32

IsReadOnly - Boolean

Item - T

Specifies the click event handler of the action button.

Methods

Add(Kendo.Mvc.T)

Parameters

item - T

Clear()

Removes all items from the System.Collections.Generic.ICollection.

Contains(Kendo.Mvc.T)

Parameters

item - T

CopyTo(Kendo.Mvc.T[],System.Int32)

Parameters

array - T[]
arrayIndex - System.Int32

GetEnumerator()

Returns an enumerator that iterates through the collection.

RETURNS

A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.

IndexOf(Kendo.Mvc.T)

Parameters

item - T

Insert(System.Int32,Kendo.Mvc.T)

Parameters

index - System.Int32
item - T

Remove(Kendo.Mvc.T)

Parameters

item - T

RemoveAt(System.Int32)

Removes the System.Collections.Generic.IList item at the specified index.

Parameters

index - System.Int32

The zero-based index of the item to remove.

In this article
Not finding the help you need?