New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Item
Item
item
index
item
index
Telerik.Web.UI.PivotGridFieldsCollection
The collection of fields of RadPivotGrid. Accessible through Fieldsproperty of RadPivotGrid classes.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.PivotGridFieldsCollection : ICollection, ICollection
1, IEnumerable, IEnumerable
1, IList, IList`1, IStateManager
Properties
Item PivotGridField
Access a in the collection by index.
Item PivotGridField
Finds the in the collection with the specified .
Methods
IndexOf
Determines the index of a specific field in the PivotGridFieldsCollection.
Parameters
item Telerik.Web.UI.PivotGridField
The object to locate in the PivotGridFieldsCollection.
Returns
System.Int32
The index of value if found in the collection;
otherwise, -1.
Insert
Inserts a field to the PivotGridFieldsCollection at the specified index.
Parameters
index System.Int32
The zero-based index at which field should be inserted.
item Telerik.Web.UI.PivotGridField
The to insert into the collection.
Returns
System.Void
RemoveAt
Removes the PivotGridFieldsCollection field at the specified index.
Parameters
index System.Int32
The zero-based index of the field to remove.
Returns
System.Void