Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    RenderFragment<PivotTableFieldFilterMenuTemplateContext> FieldFilterMenuTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<PivotTableFieldFilterMenuTemplateContext>

    The template content.

    See Also