Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    DxPivotTable.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

    #Property Value

    Type Description
    RenderFragment<PivotTableFieldFilterMenuTemplateContext>

    The template content.

    #Remarks

    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:

    To define a template for an individual field, use the field’s FilterMenuTemplate property.

    Run Demo: Field Filter Menu

    See Also