Skip to main content
All docs
V23.2

IGrid.DataColumnFilterMenuTemplate Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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