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