PivotGridControl.FilterByVisibleFieldsOnly Property
Gets or sets whether to take into account filter conditions of visible filter fields only.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to take into account filter conditions of visible filter fields only; false, to take into account filter conditions of all filter fields. |
Remarks
By default, filter conditions of all filter fields are taken into account when filtering, regardless of the field’s visibility. Set the FilterByVisibleFieldsOnly property to true to ignore filter fields whose PivotGridField.Visible property is set to false.
The FilterByVisibleFieldsOnly property is in effect for fields located in the Filter Area only. Filter conditions of fields located in other areas are taken into account only if the field is visible.