ClassColumnReorderingEventArgs
Class
Holds the information of column reordering passed when GridViewDataControl ColumnReordering Event is raised.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class ColumnReorderingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsColumnReorderingEventArgs
Inherited Members
Constructors
ColumnReorderingEventArgs(GridViewColumn, int)
Initializes a new instance of the ColumnReorderingEventArgs class.
Declaration
cs-api-definition
public ColumnReorderingEventArgs(GridViewColumn column, int index)
Parameters
column
The column that is reordering.
index
The new index where the column is reordered.
Properties
Column
The column that is reordering.
NewDisplayIndex
Hold the new position of the column.