DataGridColumnReorderingEventArgs<T> Class

Supplies information about a ColumnReordering event that is being raised.

Inheritance

Object

DataGridColumnReorderingEventArgs<T>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DataGridColumnReorderingEventArgs<T>

Type Parameters

Name Description
TThe data item type.

Constructors

DataGridColumnReorderingEventArgs<T>link

Supplies information about a ColumnReordering event that is being raised.

Declaration
public DataGridColumnReorderingEventArgs<T>()

Properties

Cancellink

Gets or sets a value which will cancel the event.

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
boolGets or sets a value which will cancel the event.

Columnlink

Gets the reordered RadzenDataGridColumn.

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

ToColumnlink

Gets the reordered to RadzenDataGridColumn.

Declaration
public RadzenDataGridColumn<T> ToColumn { get; }
Property Value
Type Description
RadzenDataGridColumn<T>Gets the reordered to RadzenDataGridColumn.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙