Supplies information about a ColumnResized event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridColumnResizedEventArgs<T>| Name | Description |
|---|---|
| T | The data item type. |
Supplies information about a ColumnResized event that is being raised.
public DataGridColumnResizedEventArgs<T>()Gets the resized RadzenDataGridColumn.
public RadzenDataGridColumn<T> Column { get; }
| Type | Description |
|---|---|
| RadzenDataGridColumn<T> | Gets the resized RadzenDataGridColumn. |
Gets the new width of the resized column.
public double Width { get; }
| Type | Description |
|---|---|
| double | Gets the new width of the resized column. |