DataGridColumnFilterEventArgs<T> Class

Supplies information about a Filter event that is being raised.

Inheritance

Object

DataGridColumnFilterEventArgs<T>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DataGridColumnFilterEventArgs<T>

Type Parameters

Name Description
TThe data item type.

Constructors

DataGridColumnFilterEventArgs<T>link

Supplies information about a Filter event that is being raised.

Declaration
public DataGridColumnFilterEventArgs<T>()

Properties

Columnlink

Gets the filtered RadzenDataGridColumn.

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

FilterOperatorlink

Gets the new filter operator of the filtered column.

Declaration
public FilterOperator FilterOperator { get; }
Property Value
Type Description
FilterOperatorGets the new filter operator of the filtered column.

FilterValuelink

Gets the new filter value of the filtered column.

Declaration
public object FilterValue { get; }
Property Value
Type Description
objectGets the new filter value of the filtered column.

LogicalFilterOperatorlink

Gets the new logical filter operator of the filtered column.

Declaration
public LogicalFilterOperator LogicalFilterOperator { get; }
Property Value
Type Description
LogicalFilterOperatorGets the new logical filter operator of the filtered column.

SecondFilterOperatorlink

Gets the new second filter operator of the filtered column.

Declaration
public FilterOperator SecondFilterOperator { get; }
Property Value
Type Description
FilterOperatorGets the new second filter operator of the filtered column.

SecondFilterValuelink

Gets the new second filter value of the filtered column.

Declaration
public object SecondFilterValue { get; }
Property Value
Type Description
objectGets the new second filter value of the filtered column.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙