ClassColumnReorderedEventArgs
Class
Encapsulates data associated with the ColumnReordered event.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ColumnReorderedEventArgs : EventArgs
Inheritance: objectEventArgsColumnReorderedEventArgs
Inherited Members
Constructors
ColumnReorderedEventArgs()
Declaration
cs-api-definition
public ColumnReorderedEventArgs()
Properties
Column
Gets the column that has been reordered.
NewIndex
Gets the new index of the column that has been reordered.
OldIndex
Gets the initial index of the column that has been reordered.
OldIsFrozen
Gets the initial IsFrozen value of the column that has been reordered.