ClassGroupDescriptorCollection
Class
Represents a collection of GroupDescriptor objects.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public class GroupDescriptorCollection : ObservableItemCollection<IGroupDescriptor>, IList<IGroupDescriptor>, ICollection<IGroupDescriptor>, IList, ICollection, IReadOnlyList<IGroupDescriptor>, IReadOnlyCollection<IGroupDescriptor>, IEnumerable<IGroupDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications, INotifyItemChanged
Inheritance: objectCollection<IGroupDescriptor>ObservableCollection<IGroupDescriptor>RadObservableCollection<IGroupDescriptor>ObservableItemCollection<IGroupDescriptor>GroupDescriptorCollection
Implements:
Inherited Members
Constructors
GroupDescriptorCollection()
Declaration
cs-api-definition
public GroupDescriptorCollection()