Supplies information about a ColumnReordered event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridColumnReorderedEventArgs<T>| Name | Description |
|---|---|
| T | The data item type. |
Supplies information about a ColumnReordered event that is being raised.
public DataGridColumnReorderedEventArgs<T>()Gets the reordered RadzenDataGridColumn.
public RadzenDataGridColumn<T> Column { get; }
| Type | Description |
|---|---|
| RadzenDataGridColumn<T> | Gets the reordered RadzenDataGridColumn. |
Gets the new index of the column.
public int NewIndex { get; }
| Type | Description |
|---|---|
| int | Gets the new index of the column. |
Gets the old index of the column.
public int OldIndex { get; }
| Type | Description |
|---|---|
| int | Gets the old index of the column. |