Skip to main content
All docs
V25.1
  • IPivotTableField.FilterMenuTemplate Property

    Specifies a template used to display field filter menu in the Pivot Table.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    RenderFragment<PivotTableFieldFilterMenuTemplateContext> FilterMenuTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<PivotTableFieldFilterMenuTemplateContext>

    The template content.

    Remarks

    Refer to the FilterMenuTemplate property description for more information and an example.

    See Also