Class GridViewSortDescriptorCollection
Inheritance
System.Object
GridViewSortDescriptorCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.Add(Telerik.WinControls.Data.SortDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.CopyTo(Telerik.WinControls.Data.SortDescriptor[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.Contains(Telerik.WinControls.Data.SortDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.IndexOf(Telerik.WinControls.Data.SortDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.Insert(System.Int32, Telerik.WinControls.Data.SortDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.Remove(Telerik.WinControls.Data.SortDescriptor)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.Generic.ICollection<Telerik.WinControls.Data.SortDescriptor>.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.Data.SortDescriptor>.System.Collections.IList.IsFixedSize
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewSortDescriptorCollection : SortDescriptorCollection, IList<SortDescriptor>, ICollection<SortDescriptor>, IList, ICollection, IReadOnlyList<SortDescriptor>, IReadOnlyCollection<SortDescriptor>, IEnumerable<SortDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, INotifyCollectionChanging
Constructors
Declaration
public GridViewSortDescriptorCollection(GridViewTemplate owner)
Parameters
Methods
Declaration
protected override void ClearItems()
Overrides
Declaration
protected override void InsertItem(int index, SortDescriptor item)
Parameters
Overrides
Declaration
protected override void MoveItem(int oldIndex, int newIndex)
Parameters
System.Int32
oldIndex
The old index.
|
System.Int32
newIndex
The new index.
|
Overrides
Telerik.Collections.Generic.NotifyCollection<Telerik.WinControls.Data.SortDescriptor>.MoveItem(System.Int32, System.Int32)
Raises the CollectionChanged event.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs args)
Parameters
Overrides
Telerik.Collections.Generic.NotifyCollection<Telerik.WinControls.Data.SortDescriptor>.OnCollectionChanged(Telerik.WinControls.Data.NotifyCollectionChangedEventArgs)
Raises the CollectionChanging event.
Declaration
protected virtual void OnCollectionChanging(NotifyCollectionChangingEventArgs args)
Parameters
Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
The zero-based index of the element to remove.
|
Overrides
Exceptions
System.ArgumentOutOfRangeException
index is less than zero.-or-index is equal
to or greater than System.Collections.ObjectModel.Collection<T>.Count.
|
Declaration
protected override void SetItem(int index, SortDescriptor item)
Parameters
Overrides
Events
Declaration
public event NotifyCollectionChangingEventHandler CollectionChanging
Event Type
Implements
Extension Methods