Class RadSortExpressionCollection
Represents a collection of GridSortField objects.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<SortDescriptor>
RadSortExpressionCollection
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()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RadSortExpressionCollection : GridViewSortDescriptorCollection, IList<SortDescriptor>, ICollection<SortDescriptor>, IList, ICollection, IReadOnlyList<SortDescriptor>, IReadOnlyCollection<SortDescriptor>, IEnumerable<SortDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, INotifyCollectionChanging
Constructors
RadSortExpressionCollection(GridViewTemplate)
Initializes a new instance of the RadSortExpressionCollection class.
Declaration
public RadSortExpressionCollection(GridViewTemplate owner)
Parameters
GridViewTemplate
owner
The owner. |
Methods
Add(String)
Adds the specified sort expression.
Declaration
public void Add(string expression)
Parameters
System.String
expression
The expression. |
Add(String, RadSortOrder)
Adds the specified field name.
Declaration
public void Add(string fieldName, RadSortOrder sortOrder)
Parameters
System.String
fieldName
Name of the field. |
RadSortOrder
sortOrder
The sort order. |
GetDescriptor<T>(Int32)
Gets the descriptor.
Declaration
public T GetDescriptor<T>(int index)
where T : SortDescriptor
Parameters
System.Int32
index
The index. |
Returns
T
|
Type Parameters
T
The type of the T. |