Represents a collection that stores the group descriptors.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewGroupDescriptorCollection : GroupDescriptorCollection, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, INotifyCollectionChanging
Inheritance: objectCollection<GroupDescriptor>NotifyCollection<GroupDescriptor>GroupDescriptorCollectionGridViewGroupDescriptorCollection
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewGroupDescriptorCollection class.
public GridViewGroupDescriptorCollection(GridViewTemplate owner)
The owner.
Methods
Clears the items.
protected override void ClearItems()
Overrides:
Inserts the item.
protected override void InsertItem(int index, GroupDescriptor item)
The index.
itemGroupDescriptorThe item.
Overrides:
Raises the event.
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs args)
The NotifyCollectionChangedEventArgs instance containing the event data.
Overrides:
Raises the event.
protected virtual void OnCollectionChanging(NotifyCollectionChangingEventArgs args)
The NotifyCollectionChangingEventArgs instance containing the event data.
Removes the element at the specified index of the Collection<T>.
Sets the item.
protected override void SetItem(int index, GroupDescriptor item)
The index.
itemGroupDescriptorThe item.
Overrides:
Events
Occurs before the collection changes.
public event NotifyCollectionChangingEventHandler CollectionChanging
Implements: