Class ColumnReorderedEventArgs
Encapsulates data associated with the Column
Inheritance
System.Object
ColumnReorderedEventArgs
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ColumnReorderedEventArgs : EventArgs
Constructors
ColumnReorderedEventArgs()
Declaration
public ColumnReorderedEventArgs()
Properties
Column
Gets the column that has been reordered.
Declaration
public DataGridColumn Column { get; }
Property Value
NewIndex
Gets the new index of the column that has been reordered.
Declaration
public int NewIndex { get; }
Property Value
System.
|
OldIndex
Gets the initial index of the column that has been reordered.
Declaration
public int OldIndex { get; }
Property Value
System.
|
OldIsFrozen
Gets the initial Is
Declaration
public bool OldIsFrozen { get; }
Property Value
System.
|