New to Telerik UI for WinFormsStart a free 30-day trial

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: IBindingListICollectionIEnumerableIListINotifyCollectionChangedINotifyPropertyChanged...

Inherited Members ReadOnlyCollection<IField>.Contains(IField)ReadOnlyCollection<IField>.CopyTo(IField[], int)ReadOnlyCollection<IField>.GetEnumerator()ReadOnlyCollection<IField>.IndexOf(IField)ReadOnlyCollection<IField>.CountReadOnlyCollection<IField>.this[int]...

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)
Parameters:argsNotifyCollectionChangedEventArgs

The event arguments describing the collection change.

Overrides: ReadOnlyObservableCollection<IField>.OnCollectionChanged(NotifyCollectionChangedEventArgs)

Events

C#
public event ListChangedEventHandler ListChanged

Implements: IBindingList.ListChanged