New to Telerik UI for .NET MAUIStart a free 30-day trial

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 EventArgs.Empty

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; }