ClassSelectDescriptorCollection
Class
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:
Inherited Members
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
The projected type.
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
Overrides
Remarks
Raises the CollectionChanged event when notifications are not suspended.