DataGridColumnSortEventArgs<T> Class

Supplies information about a Sort event that is being raised.

Inheritance

Object

DataGridColumnSortEventArgs<T>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DataGridColumnSortEventArgs<T>

Type Parameters

Name Description
TThe data item type.

Constructors

DataGridColumnSortEventArgs<T>link

Supplies information about a Sort event that is being raised.

Declaration
public DataGridColumnSortEventArgs<T>()

Properties

Columnlink

Gets the sorted RadzenDataGridColumn.

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

SortOrderlink

Gets the new sort order of the sorted column.

Declaration
public SortOrder? SortOrder { get; }
Property Value
Type Description
SortOrder?Gets the new sort order of the sorted column.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙