New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:columnGridViewColumn

The column that triggered the Sorted event.

Properties

Gets or sets the column.

C#
public GridViewColumn Column { get; }
Property Value:

The column the user sorted by.