Supplies information about a Group event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridColumnGroupEventArgs<T>| Name | Description |
|---|---|
| T | The data item type. |
Supplies information about a Group event that is being raised.
public DataGridColumnGroupEventArgs<T>()Gets the grouped RadzenDataGridColumn.
public RadzenDataGridColumn<T> Column { get; }
| Type | Description |
|---|---|
| RadzenDataGridColumn<T> | Gets the grouped RadzenDataGridColumn. |
Gets the group descriptor.
public GroupDescriptor GroupDescriptor { get; }
| Type | Description |
|---|---|
| GroupDescriptor | Gets the group descriptor. |