Contains information on performed sort operation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewSortedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsGridViewSortedEventArgs
Constructors
Initializes a new instance of the GridViewSortedEventArgs class.
C#
public GridViewSortedEventArgs(GridViewColumn column)
The column that triggered the Sorted event.
Properties
Gets or sets the column.
C#
public GridViewColumn Column { get; }
The column the user sorted by.