Class DataGridColumnResizedEventArgs<T>
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a ColumnResized event that is being raised.
public class DataGridColumnResizedEventArgs<T>
Type Parameters
T
- Inheritance
-
DataGridColumnResizedEventArgs<T>
- Inherited Members
Constructors
DataGridColumnResizedEventArgs()
public DataGridColumnResizedEventArgs()
Properties
Column
Gets the resized RadzenDataGridColumn.
public RadzenDataGridColumn<T> Column { get; }
Property Value
Width
Gets the new width of the resized column.
public double Width { get; }