Class
GridViewSortedEventArgs

Contains information on performed sort operation.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewSortedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGridViewSortedEventArgs

Constructors

GridViewSortedEventArgs(GridViewColumn)

Initializes a new instance of the GridViewSortedEventArgs class.

Declaration

cs-api-definition
public GridViewSortedEventArgs(GridViewColumn column)

Parameters

column

GridViewColumn

The column that triggered the Sorted event.

Properties

Column

Gets or sets the column.

Declaration

cs-api-definition
public GridViewColumn Column { get; }

Property Value

GridViewColumn

The column the user sorted by.