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

Telerik.Web.UI.MediaPlayerSourcesCollection

The collection of fields of RadPivotGrid. Accessible through Fieldsproperty of RadPivotGrid classes.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.MediaPlayerSourcesCollection : ICollection, ICollection1, IEnumerable, IEnumerable1, IList, IList`1, IStateManager

Properties

Item MediaPlayerSource

Access a in the collection by index.

Methods

IndexOf

Determines the index of a specific file in the MediaPlayerSourcesCollection.

Parameters

item Telerik.Web.UI.MediaPlayerSource

The object to locate in the MediaPlayerSourcesCollection.

Returns

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

Insert

Inserts a file to the MediaPlayerSourcesCollection at the specified index.

Parameters

index System.Int32

The zero-based index at which file should be inserted.

item Telerik.Web.UI.MediaPlayerSource

The to insert into the collection.

Returns

System.Void

RemoveAt

Removes the MediaPlayerSourcesCollection file at the specified index.

Parameters

index System.Int32

The zero-based index of the file to remove.

Returns

System.Void

In this article