IPivotTable.FieldFilterMenuTemplate Property
Specifies a common template used to display all Field Filter Menus in the Pivot Table.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
RenderFragment<PivotTableFieldFilterMenuTemplateContext> FieldFilterMenuTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| RenderFragment<PivotTableFieldFilterMenuTemplateContext> | The template content. |
See Also