Supplies information about a Sort event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridColumnSortEventArgs<T>| Name | Description |
|---|---|
| T | The data item type. |
Supplies information about a Sort event that is being raised.
public DataGridColumnSortEventArgs<T>()Gets the sorted RadzenDataGridColumn.
public RadzenDataGridColumn<T> Column { get; }
| Type | Description |
|---|---|
| RadzenDataGridColumn<T> | Gets the sorted RadzenDataGridColumn. |
Gets the new sort order of the sorted column.
public SortOrder? SortOrder { get; }
| Type | Description |
|---|---|
| SortOrder? | Gets the new sort order of the sorted column. |