Class FieldCollection
An read only observable collection of IField items.
Inherited Members
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.Contains(Telerik.WinControls.UI.PivotFieldList.IField)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.CopyTo(Telerik.WinControls.UI.PivotFieldList.IField[], System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.IndexOf(Telerik.WinControls.UI.PivotFieldList.IField)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.Generic.IList<Telerik.WinControls.UI.PivotFieldList.IField>.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.Generic.IList<Telerik.WinControls.UI.PivotFieldList.IField>.set_Item(System.Int32, Telerik.WinControls.UI.PivotFieldList.IField)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.PivotFieldList.IField>.Add(Telerik.WinControls.UI.PivotFieldList.IField)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.PivotFieldList.IField>.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.Generic.IList<Telerik.WinControls.UI.PivotFieldList.IField>.Insert(System.Int32, Telerik.WinControls.UI.PivotFieldList.IField)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.PivotFieldList.IField>.Remove(Telerik.WinControls.UI.PivotFieldList.IField)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.Generic.IList<Telerik.WinControls.UI.PivotFieldList.IField>.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.Clear()
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.RemoveAt(System.Int32)
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.Count
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.Items
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.PivotFieldList.IField>.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.Generic.IList<Telerik.WinControls.UI.PivotFieldList.IField>.Item[System.Int32]
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.ReadOnlyCollection<Telerik.WinControls.UI.PivotFieldList.IField>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.PivotFieldList
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class FieldCollection : ReadOnlyObservableCollection<IField>, IList<IField>, ICollection<IField>, IReadOnlyList<IField>, IReadOnlyCollection<IField>, IEnumerable<IField>, INotifyCollectionChanged, INotifyPropertyChanged, IBindingList, IList, ICollection, IEnumerable
Properties
FieldCollectionType
Gets the FieldCollectionType that describes what role has this collection in the parent FieldListViewModel.
Declaration
public FieldCollectionType FieldCollectionType { get; }
Property Value
FieldCollectionType
|
Parent
Gets the FieldListViewModel this collection is part of.
Declaration
public FieldListViewModel Parent { get; }
Property Value
FieldListViewModel
|
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs args)
Parameters
NotifyCollectionChangedEventArgs
args
|
Overrides
Telerik.WinControls.Data.ReadOnlyObservableCollection<Telerik.WinControls.UI.PivotFieldList.IField>.OnCollectionChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)
Events
ListChanged
Declaration
public event ListChangedEventHandler ListChanged
Event Type
System.ComponentModel.ListChangedEventHandler
|