Back to Devexpress

PivotGridControl.AllowFilterInFieldList Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-5d335941.md

latest3.0 KB
Original Source

PivotGridControl.AllowFilterInFieldList Property

Gets or sets whether filtering can be applied to fields via the Field List. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool AllowFilterInFieldList { get; set; }
vb
Public Property AllowFilterInFieldList As Boolean

Property Value

TypeDescription
Boolean

true if filtering can be applied to fields via the Field List; otherwise, false.

|

Remarks

If the AllowFilterInFieldList property is set to false , the filter button is not displayed within field headers in the Field List.

Use the PivotGridControl.AllowSortInFieldList property to specify whether the sort order of field values can be toggled in the Field List.

To specify whether end-users are allowed to change sorting and filtering in the Header Areas, use the PivotGridControl.AllowSort and PivotGridControl.AllowFilter properties, respectively.

Note

Field values cannot be filtered or sorted in the Field List if the Defer Updates option is enabled (the PivotGridControl.DeferredUpdates property is set to true ).

The following image illustrates how to apply filtering to a field via the Field List.

See Also

AllowSortInFieldList

AllowSort

AllowFilter

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace