Supplies information about a ColumnReordering event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridColumnReorderingEventArgs<T>| Name | Description |
|---|---|
| T | The data item type. |
Supplies information about a ColumnReordering event that is being raised.
public DataGridColumnReorderingEventArgs<T>()Gets or sets a value which will cancel the event.
public bool Cancel { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value which will cancel the event. |
Gets the reordered RadzenDataGridColumn.
public RadzenDataGridColumn<T> Column { get; }
| Type | Description |
|---|---|
| RadzenDataGridColumn<T> | Gets the reordered RadzenDataGridColumn. |
Gets the reordered to RadzenDataGridColumn.
public RadzenDataGridColumn<T> ToColumn { get; }
| Type | Description |
|---|---|
| RadzenDataGridColumn<T> | Gets the reordered to RadzenDataGridColumn. |