Skip to main content
All docs
V25.1
  • IPivotTable.AllowFilterInFieldList Property

    Specifies whether users can apply field filters in the Field List.

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    [DefaultValue(true)]
    bool AllowFilterInFieldList { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to allow users to apply field filters in the Field List; otherwise, false.

    Remarks

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

    See Also