Skip to main content
All docs
V24.1

ITreeList.DataColumnFilterRowCellTemplate Property

Allows you to replace automatically generated editors with custom content in all filter row cells displayed for data columns.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

RenderFragment<TreeListDataColumnFilterRowCellTemplateContext> DataColumnFilterRowCellTemplate { get; set; }

Property Value

Type Description
RenderFragment<TreeListDataColumnFilterRowCellTemplateContext>

Template content.

Remarks

Refer to the DataColumnFilterRowCellTemplate property description for more information and an example.

See Also