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