Back to Devexpress

DxGrid.DataColumnFilterMenuTemplate Property

blazor-devexpress-dot-blazor-dot-dxgrid-41704de2.md

latest1.6 KB
Original Source

DxGrid.DataColumnFilterMenuTemplate Property

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public RenderFragment<GridDataColumnFilterMenuTemplateContext> DataColumnFilterMenuTemplate { get; set; }

Property Value

TypeDescription
RenderFragment<GridDataColumnFilterMenuTemplateContext>

The template content.

|

Remarks

Specify the DataColumnFilterMenuTemplate to define a common template for drop-down filter menus in Grid column headers. To define a template for an individual data column, use the column’s FilterMenuTemplate property.

For additional information about templates in the Grid component, refer to the following topic: Templates in Blazor Grid.

Implements

DataColumnFilterMenuTemplate

See Also

DxGrid Class

DxGrid Members

DevExpress.Blazor Namespace