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 to this section

Supplies information about a ColumnResized event that is being raised.

Declaration
public DataGridColumnResizedEventArgs<T>()

Properties

ColumnLink to this section

Gets the resized RadzenDataGridColumn.

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

WidthLink to this section

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.

WidthsLink to this section

Gets the new width in pixels of every column the resize pinned a width on. Resizing one column fixes the width of its neighbours as well, so handlers which persist column widths themselves need all of them. Columns left without a width of their own are absent here.

Declaration
public IReadOnlyDictionary<RadzenDataGridColumn<T>, double> Widths { get; }
Property Value
Type Description
IReadOnlyDictionary<RadzenDataGridColumn<T>, double>Gets the new width in pixels of every column the resize pinned a width on. Resizing one column fixes the width of its neighbours as well, so handlers which persist column widths themselves need all of them. Columns left without a width of their own are absent here.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙