FieldCollection
Class
An read only observable collection of IField items.
Definition
Namespace:Telerik.WinControls.UI.PivotFieldList
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public sealed class FieldCollection : ReadOnlyObservableCollection<IField>, INotifyCollectionChanged, INotifyPropertyChanged, IBindingList, IList, ICollection, IEnumerable
Inheritance: objectReadOnlyCollection<IField>ReadOnlyObservableCollection<IField>FieldCollection
Implements:
Inherited Members
Properties
Gets the FieldCollectionType that describes what role has this collection in the parent FieldListViewModel.
C#
public FieldCollectionType FieldCollectionType { get; }
Gets the FieldListViewModel this collection is part of.
C#
public FieldListViewModel Parent { get; }
Methods
Fires the CollectionChanged event when the underlying collection changes.
C#
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs args)
The event arguments describing the collection change.
Overrides:
Events
C#
public event ListChangedEventHandler ListChanged
Implements: