Class SortChangedEventArgs
Represents event arguments when the sort order is changed.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class SortChangedEventArgs : EventArgs
Constructors
SortChangedEventArgs(SortChangeType)
Initializes a new instance of the Sort
Declaration
public SortChangedEventArgs(SortChangeType sortChangedType)
Parameters
Sort Type of the sort changed. |
SortChangedEventArgs(SortChangeType, GridSortField)
Initializes a new instance of the Sort
Declaration
public SortChangedEventArgs(SortChangeType sortChangedType, GridSortField sortExpression)
Parameters
Sort Type of the sort changed. |
Grid The sort expression. |
SortChangedEventArgs(SortChangeType, GridSortField, Int32)
Initializes a new instance of the Sort
Declaration
public SortChangedEventArgs(SortChangeType sortChangedType, GridSortField sortExpression, int index)
Parameters
Sort Type of the sort changed. |
Grid The sort expression. |
System. The index. |
SortChangedEventArgs(SortChangeType, GridSortField, Int32, Int32)
Initializes a new instance of the Sort
Declaration
public SortChangedEventArgs(SortChangeType sortChangedType, GridSortField sortExpression, int oldIndex, int newIndex)
Parameters
Sort Type of the sort changed. |
Grid The sort expression. |
System. The old index. |
System. The new index. |
SortChangedEventArgs(SortChangeType, GridSortField, GridSortField, Int32)
Initializes a new instance of the Sort
Declaration
public SortChangedEventArgs(SortChangeType sortChangedType, GridSortField oldSortExpression, GridSortField newSortExpression, int index)
Parameters
Sort Type of the sort changed. |
Grid The old sort expression. |
Grid The new sort expression. |
System. The index. |
SortChangedEventArgs(SortChangeType, GridSortField, GridSortField, Int32, Int32)
Initializes a new instance of the Sort
Declaration
public SortChangedEventArgs(SortChangeType sortChangedType, GridSortField oldSortExpression, GridSortField newSortExpression, int oldIndex, int newIndex)
Parameters
Sort Type of the sort changed. |
Grid The old sort expression. |
Grid The new sort expression. |
System. The old index. |
System. The new index. |
Fields
NewIndex
Declaration
public readonly int NewIndex
Field Value
System.
|
NewSortExpression
OldIndex
Declaration
public readonly int OldIndex
Field Value
System.
|
OldSortExpression
SortChangeType
Properties
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
System. The index. |
SortExpression
Gets the sort expression.
Declaration
public GridSortField SortExpression { get; }
Property Value
Grid The sort expression. |