DataGridColumnResizedEventArgs<T> Class

Supplies information about a ColumnResized event that is being raised.

Inheritance

Object

DataGridColumnResizedEventArgs<T>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DataGridColumnResizedEventArgs<T>

Type Parameters

Name Description
TThe data item type.

Constructors

DataGridColumnResizedEventArgs<T>link

Supplies information about a ColumnResized event that is being raised.

Declaration
public DataGridColumnResizedEventArgs<T>()

Properties

Columnlink

Gets the resized RadzenDataGridColumn.

Declaration
public RadzenDataGridColumn<T> Column { get; }
Property Value
Type Description
RadzenDataGridColumn<T>Gets the resized RadzenDataGridColumn.

Widthlink

Gets the new width of the resized column.

Declaration
public double Width { get; }
Property Value
Type Description
doubleGets the new width of the resized column.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙