DxTreeListDataColumn.FilterRowOperatorTypeChanged Event
Fires when the column’s operator type changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public EventCallback<TreeListFilterRowOperatorType> FilterRowOperatorTypeChanged { get; set; }
Parameters
| Type | Description |
|---|---|
| TreeListFilterRowOperatorType | The new FilterRowOperatorType value. |
Remarks
For additional information about filter row, see the following topic: Filter Row in Blazor TreeList.
See Also