DataGridColumnReorderedEventArgs<T> Class

Supplies information about a ColumnReordered event that is being raised.

Inheritance

Object

DataGridColumnReorderedEventArgs<T>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DataGridColumnReorderedEventArgs<T>

Type Parameters

Name Description
TThe data item type.

Constructors

DataGridColumnReorderedEventArgs<T>link

Supplies information about a ColumnReordered event that is being raised.

Declaration
public DataGridColumnReorderedEventArgs<T>()

Properties

Columnlink

Gets the reordered RadzenDataGridColumn.

Declaration
public RadzenDataGridColumn<T> Column { get; }
Property Value
Type Description
RadzenDataGridColumn<T>Gets the reordered RadzenDataGridColumn.

NewIndexlink

Gets the new index of the column.

Declaration
public int NewIndex { get; }
Property Value
Type Description
intGets the new index of the column.

OldIndexlink

Gets the old index of the column.

Declaration
public int OldIndex { get; }
Property Value
Type Description
intGets the old index of the column.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙