blazor-devexpress-dot-blazor-dot-pivottable-dot-dxpivottable-3cbaa5a5.md
Specifies a common template used to display all Field Filter Menus in the Pivot Table.
Namespace : DevExpress.Blazor.PivotTable
Assembly : DevExpress.Blazor.PivotTable.v25.2.dll
NuGet Package : DevExpress.Blazor.PivotTable
[Parameter]
public RenderFragment<PivotTableFieldFilterMenuTemplateContext> FieldFilterMenuTemplate { get; set; }
| Type | Description |
|---|---|
| RenderFragment<PivotTableFieldFilterMenuTemplateContext> |
The template content.
|
Specify the FieldFilterMenuTemplate to define a common template for Field Filter Menus in the Pivot Table.
The FieldFilterMenuTemplate accepts a PivotTableFieldFilterMenuTemplateContext object as the context parameter. This parameter allows you to do the following:
DateTime, DateTime?, and DateOnly values (ListView and HierarchicalDateView properties).To define a template for an individual field, use the field’s FilterMenuTemplate property.
See Also