Class
SelectDescriptorCollection

Represents collection of ISelectDescriptor.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class SelectDescriptorCollection : ObservableItemCollection<ISelectDescriptor>, IList<ISelectDescriptor>, ICollection<ISelectDescriptor>, IList, ICollection, IReadOnlyList<ISelectDescriptor>, IReadOnlyCollection<ISelectDescriptor>, IEnumerable<ISelectDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications, INotifyItemChanged

Inheritance: objectCollection<ISelectDescriptor>ObservableCollection<ISelectDescriptor>RadObservableCollection<ISelectDescriptor>ObservableItemCollection<ISelectDescriptor>SelectDescriptorCollection

Implements: ICollectionICollection<ISelectDescriptor>IEnumerableIEnumerable<ISelectDescriptor>IListIList<ISelectDescriptor>INotifyCollectionChangedINotifyItemChangedINotifyPropertyChangedIReadOnlyCollection<ISelectDescriptor>IReadOnlyList<ISelectDescriptor>ISuspendNotifications

Inherited Members ObservableItemCollection<ISelectDescriptor>.OnItemChanged(ItemChangedEventArgs<ISelectDescriptor>)ObservableItemCollection<ISelectDescriptor>.ClearItems()ObservableItemCollection<ISelectDescriptor>.ItemChangedRadObservableCollection<ISelectDescriptor>.AddRange(IEnumerable<ISelectDescriptor>)RadObservableCollection<ISelectDescriptor>.InsertRange(IEnumerable<ISelectDescriptor>, int)RadObservableCollection<ISelectDescriptor>.RemoveRange(IEnumerable<ISelectDescriptor>)RadObservableCollection<ISelectDescriptor>.Reset()RadObservableCollection<ISelectDescriptor>.OnPropertyChanged(PropertyChangedEventArgs)RadObservableCollection<ISelectDescriptor>.OnCollectionChanging(CollectionChangingEventArgs)RadObservableCollection<ISelectDescriptor>.InsertItem(int, ISelectDescriptor)RadObservableCollection<ISelectDescriptor>.RemoveItem(int)RadObservableCollection<ISelectDescriptor>.SuspendNotifications()RadObservableCollection<ISelectDescriptor>.ResumeNotifications()RadObservableCollection<ISelectDescriptor>.RaiseCollectionChangedOnResume()RadObservableCollection<ISelectDescriptor>.IsDirtyRadObservableCollection<ISelectDescriptor>.ShouldResetOnResumeNotificationsRadObservableCollection<ISelectDescriptor>.NotificationsSuspendedRadObservableCollection<ISelectDescriptor>.AddedItemsRadObservableCollection<ISelectDescriptor>.RemovedItemsRadObservableCollection<ISelectDescriptor>.CollectionChangingRadObservableCollection<ISelectDescriptor>.PropertyChangedObservableCollection<ISelectDescriptor>.Move(int, int)ObservableCollection<ISelectDescriptor>.SetItem(int, ISelectDescriptor)ObservableCollection<ISelectDescriptor>.MoveItem(int, int)ObservableCollection<ISelectDescriptor>.BlockReentrancy()ObservableCollection<ISelectDescriptor>.CheckReentrancy()ObservableCollection<ISelectDescriptor>.CollectionChangedCollection<ISelectDescriptor>.Add(ISelectDescriptor)Collection<ISelectDescriptor>.Clear()Collection<ISelectDescriptor>.CopyTo(ISelectDescriptor[], int)Collection<ISelectDescriptor>.Contains(ISelectDescriptor)Collection<ISelectDescriptor>.GetEnumerator()Collection<ISelectDescriptor>.IndexOf(ISelectDescriptor)Collection<ISelectDescriptor>.Insert(int, ISelectDescriptor)Collection<ISelectDescriptor>.Remove(ISelectDescriptor)Collection<ISelectDescriptor>.RemoveAt(int)Collection<ISelectDescriptor>.CountCollection<ISelectDescriptor>.ItemsCollection<ISelectDescriptor>.this[int]

Constructors

SelectDescriptorCollection()

Declaration

cs-api-definition
public SelectDescriptorCollection()

Properties

ProjectedType

Gets or sets the projected type.

Declaration

cs-api-definition
public Type ProjectedType { get; set; }

Property Value

Type

The projected type.

Methods

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Declaration

cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

Overrides ObservableItemCollection<ISelectDescriptor>.OnCollectionChanged(NotifyCollectionChangedEventArgs)

Remarks

Raises the CollectionChanged event when notifications are not suspended.