Skip to main content
A newer version of this page is available. .

DxGridDataColumn.FilterRowOperatorTypeChanged Event

Fires when the column’s operator type changes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public EventCallback<GridFilterRowOperatorType> FilterRowOperatorTypeChanged { get; set; }

Parameters

Type Description
GridFilterRowOperatorType

A new operator type.

Remarks

For more information about filter row, see the following topic: Filter Row in Blazor Grid.

See Also