Encapsulates data associated with the ColumnReordered event.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ColumnReorderedEventArgs : EventArgs
Inheritance: objectEventArgsColumnReorderedEventArgs
Inherited Members
Constructors
C#
public ColumnReorderedEventArgs()
Properties
Gets the column that has been reordered.
C#
public DataGridColumn Column { get; }
Gets the new index of the column that has been reordered.
C#
public int NewIndex { get; }
Gets the initial index of the column that has been reordered.
C#
public int OldIndex { get; }
Gets the initial IsFrozen value of the column that has been reordered.
C#
public bool OldIsFrozen { get; }