Table of Contents

Class DataGridColumnGroupEventArgs<T>

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a Group event that is being raised.

public class DataGridColumnGroupEventArgs<T>

Type Parameters

T
Inheritance
DataGridColumnGroupEventArgs<T>
Inherited Members

Constructors

DataGridColumnGroupEventArgs()

public DataGridColumnGroupEventArgs()

Properties

Column

Gets the sorted RadzenDataGridColumn.

public RadzenDataGridColumn<T> Column { get; }

Property Value

RadzenDataGridColumn<T>

GroupDescriptor

Gets the new sort order of the sorted column.

public GroupDescriptor GroupDescriptor { get; }

Property Value

GroupDescriptor