Skip to main content
All docs
V24.1

DxTreeListDataColumn.FilterRowOperatorTypeChanged Event

Fires when the column’s operator type changes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Parameters

Type Description
TreeListFilterRowOperatorType

The new FilterRowOperatorType value.

See Also