Skip to main content
All docs
V24.1

DxTreeList.CustomizeFilterRowEditor Event

Allows you to customize a cell editor in the filter row.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public Action<TreeListCustomizeFilterRowEditorEventArgs> CustomizeFilterRowEditor { get; set; }

Parameters

Type Description
TreeListCustomizeFilterRowEditorEventArgs

An object that contains data for this event.

See Also