Skip to main content
All docs
V24.1

IGrid.DataColumnFilterMenuTemplate Property

Specifies a common template used to display all column filter menus in the Grid.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

RenderFragment<GridDataColumnFilterMenuTemplateContext> DataColumnFilterMenuTemplate { get; set; }

Property Value

Type Description
RenderFragment<GridDataColumnFilterMenuTemplateContext>

The template content.

Remarks

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

See Also