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

Supplies information about a Filter event that is being raised.

Declaration
public DataGridColumnFilterEventArgs<T>()

Properties

ColumnLink to this section

Gets the filtered RadzenDataGridColumn.

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

FilterOperatorLink to this section

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

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

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

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

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 🗙